| GC.Spread.Formatter 名前空間 > FormatterBase タイプ : toJSON メソッド |
| Javascript (Usage) | |
|---|---|
var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName); var value; // Type: Object value = instance.toJSON(); | |
| Javascript (Specification) | |
|---|---|
function toJSON() : Object; | |