Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / Parse Method
A System.String value indicates the format string.


In This Topic
Parse Method (IFormatter)
In This Topic
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)

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