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プロトタイプ

関連