Intl.NumberFormat【国際化数値フォーマット】オブジェクト
メモ
概要
- 国際化対応の数値フォーマット オブジェクト
- 数値・通貨・パーセント・単位 で使用
- 数字(算用数字・全角数字・漢数字 等)・桁区切り 等の指定が可能
基本操作
- Intl.NumberFormat【国際化数値フォーマット】オブジェクトを生成
- ロケールに言語指定
- オプションに style(スタイル) と詳細を指定
- 文字列の取得
- 文字列のカスタマイズ (必要な場合下記で編集)
関連
外部リンク
- ECMA-402 (英語)
NumberFormat Objects ES2024 Intl (11) ES2023 Intl (10) ES2022 Intl (9)
コンストラクタ・メソッド
コンストラクタ | 説明 |
---|---|
new Intl.NumberFormat([ locales [, options ]]) | コンストラクタ |
メソッド | 説明 | |
---|---|---|
プロパティ参照 | format ( value ) | フォーマット |
Intl.NumberFormat.prototype. | formatRange ( start, end ) | フォーマット (範囲) |
Intl.NumberFormat.prototype. | formatRangeToParts ( start, end ) | フォーマットパーツ取得 (範囲) |
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 | プロトタイプ |