ComponentOne FlexReport for WinForms
Parse Method (Unit)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Unit Structure : Parse Method
The string to parse.
Parses a string and creates a Unit instance from that string, throws an exception if string is invalid.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal s As System.String _
) As Unit
public static Unit Parse( 
   System.string s
)

Parameters

s
The string to parse.

Return Value

A Unit instance.
See Also

Reference

Unit Structure
Unit Members