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


The string to parse.
Parses a specified string to an object.
Syntax
'Declaration
 
Public Overridable Function Parse( _
   ByVal str As String _
) As Object
'Usage
 
Dim instance As GeneralFormatter
Dim str As String
Dim value As Object
 
value = instance.Parse(str)
public virtual object Parse( 
   string str
)

Parameters

str
The string to parse.

Return Value

Returns the parsed object.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GeneralFormatter Class
GeneralFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options