GrapeCity.Xaml.SpreadSheet.Data
Parse Method (IFormatter)


GrapeCity.Xaml.SpreadSheet.Data Namespace > IFormatter Interface : Parse Method
The string to parse.
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

Reference

IFormatter Interface
IFormatter Members