Spread Windows Forms 12.0 Product Documentation
Parse Method (IFormatter)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface : Parse Method
A System.String value indicates the format string.
Parses the specified format string.
Syntax
'Declaration
 
Function Parse( _
   ByVal format As String _
) As Boolean
'Usage
 
Dim instance As IFormatter
Dim format As String
Dim value As Boolean
 
value = instance.Parse(format)
bool Parse( 
   string format
)

Parameters

format
A System.String value indicates the format string.

Return Value

true if the format string is in valid syntax, false otherwise.
See Also

Reference

IFormatter Interface
IFormatter Members