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