Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IFormatter Interface / Parse Method
The string to parse.


In This Topic
    Parse Method (IFormatter)
    In This Topic
    Parses the specified string into the required object.
    Syntax
    'Declaration
     
    Function Parse( _
       ByVal str As String _
    ) As Object
    'Usage
     
    Dim instance As IFormatter
    Dim str As String
    Dim value As Object
     
    value = instance.Parse(str)
    object Parse( 
       string str
    )

    Parameters

    str
    The string to parse.

    Return Value

    Returns the parsed object.
    See Also