[]
Parses the specified format string.
bool Parse(string format, NumberFormatConvertMode mode = NumberFormatConvertMode.None)
Function Parse(format As String, Optional mode As NumberFormatConvertMode = NumberFormatConvertMode.None) As Boolean
Type | Name | Description |
---|---|---|
string | format | A string value indicates the format string. |
NumberFormatConvertMode | mode | A NumberFormatConvertMode value indicates how the |
Type | Description |
---|---|
bool |
|