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

パラメータ

text
テキスト。

戻り値の型

解析されたオブジェクト。

関連トピック

参照

GeneralFormatter クラス

 

 


© 2016-2018, GrapeCity inc. All rights reserved.