Intl.NumberFormat【国際化数値フォーマット】オブジェクト

メモ ( 概要 基本操作 外部リンク ) コンストラクタ・メソッド プロパティ

メモ

概要

  • 国際化対応数値フォーマット オブジェクト
    • 数値通貨パーセント単位 で使用
    • 数字(算用数字全角数字漢数字 等)・桁区切り 等の指定が可能

基本操作

関連

コンストラクタ・メソッド

コンストラクタ説明
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プロトタイプ