NumberFormatInfo.DigitSubstitution プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラフィカル ユーザー インターフェイスが数字の形状を表示する方法を指定する値を取得または設定します。
public:
property System::Globalization::DigitShapes DigitSubstitution { System::Globalization::DigitShapes get(); void set(System::Globalization::DigitShapes value); };
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
Public Property DigitSubstitution As DigitShapes
プロパティ値
カルチャ固有の数字形状を指定する列挙値の 1 つ。
- 属性
例外
現在の NumberFormatInfo オブジェクトは読み取り専用です。
セット操作の値が正しい DigitShapes 値ではありません。
注釈
重要
DigitSubstitution プロパティは、将来使用するために予約されています。 現在、現在 NumberFormatInfo のオブジェクトの解析操作または書式設定操作では使用されません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET