INumberFormatterOptions インターフェイス

定義

数値を書式設定するためのオプションを取得および設定するインターフェイス。

public interface class INumberFormatterOptions
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2150837537, 44769, 19001, 186, 162, 7, 237, 140, 150, 218, 246)]
struct INumberFormatterOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2150837537, 44769, 19001, 186, 162, 7, 237, 140, 150, 218, 246)]
public interface INumberFormatterOptions
Public Interface INumberFormatterOptions
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

アプリがこのインターフェイスから 各国語サポート 関数に言語タグを渡す場合は、最初に ResolveLocaleName を呼び出してタグを変換する必要があります。

プロパティ

FractionDigits

数値の分数部分に表示する最小桁数を取得または設定します。

GeographicRegion

数値の書式設定と解析に使用される領域を取得します。

IntegerDigits

数値の整数部分に表示する最小桁数を取得または設定します。

IsDecimalPointAlwaysDisplayed

数値の小数点を常に表示するかどうかを取得または設定します。

IsGrouped

数値の整数部分をグループ化するかどうかを取得または設定します。

Languages

数値の書式設定と解析に使用される言語識別子の優先順位リストを取得します。

NumeralSystem

数値の書式設定と解析に使用される番号付けシステムを取得または設定します。

ResolvedGeographicRegion

数値の書式設定または解析に最後に使用された地理的リージョンを取得します。

ResolvedLanguage

数値の書式設定または解析に最後に使用された言語を取得します。

適用対象