'Declaration
Function Parse( _ ByVal format As String, _ Optional ByVal mode As NumberFormatConvertMode _ ) As Boolean
'Usage
Dim instance As IFormatter Dim format As String Dim mode As NumberFormatConvertMode Dim value As Boolean value = instance.Parse(format, mode)
bool Parse( string format, NumberFormatConvertMode mode )
Parameters
- format
- A System.String value indicates the format string.
- mode
- A NumberFormatConvertMode value indicates how the format is parsed.
Return Value
true
if the format string is in valid syntax, false
otherwise.