NumberFormatInfo.DigitSubstitution Property

Definition

Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.

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

Property Value

One of the enumeration values that specifies the culture-specific digit shape.

Attributes

Exceptions

The current NumberFormatInfo object is read-only.

The value in a set operation is not a valid DigitShapes value.

Remarks

Important

The DigitSubstitution property is reserved for future use. Currently, it is not used in either parsing or formatting operations for the current NumberFormatInfo object.

Applies to