GC.Spread.Formatter 名前空間 > GeneralFormatter クラス : parse メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Formatter.GeneralFormatter(format, cultureName); var value; // Type: Object value = instance.parse(text); |
Javascript (Specification) | |
---|---|
function parse( text : string ) : Object; |