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 ]) | サポート ロケール取得 |
関連
- Number.toLocaleString()【文字列変換 (ロケール)】
- 外部リンク (英語)
ECMA-402:NumberFormat Objects ES2020 (7) ES2019 (6) ES2018 (5) ES2017 (4) ES2016 (3) ES2015 (2) (1)