NumberFormatInfo.DigitSubstitution 属性

定义

获取或设置指定图形用户界面如何显示数字形状的值。

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

属性值

指定区域性特定的数字形状的枚举值之一。

属性

例外

当前 NumberFormatInfo 对象为只读。

设置操作中的值不是有效的 DigitShapes 值。

注解

重要

DigitSubstitution 属性保留供将来使用。 目前,它不用于当前 NumberFormatInfo 对象的分析或格式设置操作。

适用于