This documentation is archived and is not being maintained.
NumberFormatInfo::DigitSubstitution Property
Visual Studio 2010
Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(false)] public: property DigitShapes DigitSubstitution { DigitShapes get (); void set (DigitShapes value); }
Property Value
Type: System.Globalization::DigitShapesOne of the enumeration values that specifies the culture-specific digit shape.
| Exception | Condition |
|---|---|
| InvalidOperationException | The current NumberFormatInfo object is read-only. |
| ArgumentException | The value in a set operation is not a valid DigitShapes value. |
Important |
|---|
The DigitSubstitution property is reserved for future use. In the .NET Framework 4, it is not used in either parsing or formatting operations for the current NumberFormatInfo object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Important