[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatter.Parse

Parse Method

Parse(string, NumberFormatConvertMode)

Parses the specified format string.

Declaration
bool Parse(string format, NumberFormatConvertMode mode = NumberFormatConvertMode.None)
Function Parse(format As String, Optional mode As NumberFormatConvertMode = NumberFormatConvertMode.None) As Boolean
Parameters
Type Name Description
string format

A string value indicates the format string.

NumberFormatConvertMode mode

A NumberFormatConvertMode value indicates how the format is parsed.

Returns
Type Description
bool

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