Spread Silverlight Documentation
Parse Method (AutoFormatter)


GrapeCity.Windows.SpreadSheet.Data Namespace > AutoFormatter Class : Parse Method
The text.
Parses the specified text.
Syntax
'Declaration
 
Public Function Parse( _
   ByVal text As System.String _
) As System.Object
'Usage
 
Dim instance As AutoFormatter
Dim text As System.String
Dim value As System.Object
 
value = instance.Parse(text)
public System.object Parse( 
   System.string text
)

Parameters

text
The text.
See Also

Reference

AutoFormatter Class
AutoFormatter Members