Spread.Sheets Documentation
parse Method
GC.Spread.Formatter Namespace > GeneralFormatter class : parse Method
The text.
Parses the specified text.
Syntax
var instance = new GC.Spread.Formatter.GeneralFormatter(format, cultureName);
var value; // Type: Object
value = instance.parse(text);
function parse( 
   text : string
) : Object;

Parameters

text
The text.

Return Value

The parsed object.
See Also

Reference

GeneralFormatter class