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