Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.