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