Intl.NumberFormat【国際化数値フォーマット】オブジェクト
メモ
- 国際化対応の数値フォーマット オブジェクト
コンストラクタ
| メソッド | 説明 |
|---|---|
| new Intl.NumberFormat([ locales [, options ]]) | コンストラクタ |
プロパティ
| プロパティ | 説明 | |
|---|---|---|
| Intl.NumberFormat.prototype. | constructor | コンストラクタ定義 |
| Intl.NumberFormat.prototype. | format | フォーマット関数 |
| Intl.NumberFormat. | prototype | プロトタイプ |
メソッド
| メソッド | 説明 | |
|---|---|---|
| Intl.NumberFormat.prototype. | resolvedOptions() | オプション取得 |
| Intl.NumberFormat. | supportedLocalesOf( locales [, options ]) | サポート ロケール取得 |