Intl.NumberFormat【国際化数値フォーマット】オブジェクト
メモ
- 国際化対応の数値フォーマット オブジェクト
コンストラクタ・メソッド
コンストラクタ | 説明 |
---|---|
new Intl.NumberFormat([ locales [, options ]]) | コンストラクタ |
メソッド | 説明 | |
---|---|---|
プロパティ参照 | format ( value ) | フォーマット |
Intl.NumberFormat.prototype. | formatToParts ( value ) | フォーマットパーツ取得 |
Intl.NumberFormat.prototype. | resolvedOptions() | オプション取得 |
Intl.NumberFormat. | supportedLocalesOf( locales [, options ]) | サポート ロケール取得 |
プロパティ
プロパティ | 説明 | |
---|---|---|
Intl.NumberFormat.prototype. | constructor | コンストラクタ定義 |
Intl.NumberFormat.prototype. | format | フォーマット関数 |
Intl.NumberFormat. | prototype | プロトタイプ |
関連
- Number.toLocaleString()【文字列変換 (ロケール)】
- 外部リンク (英語)
ECMA-402:NumberFormat Objects ES2022 Intl (9) ES2021 Intl (8) ES2020 Intl (7)