Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / Parse Method
A System.String value indicates the format string.
A NumberFormatConvertMode value indicates how the format is parsed.


In This Topic
    Parse Method (IFormatter)
    In This Topic
    Parses the specified format string.
    Syntax
    '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)

    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.
    See Also