This documentation is archived and is not being maintained.
StringDigitSubstitute Enumeration
.NET Framework 1.1
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
[Visual Basic] <Serializable> Public Enum StringDigitSubstitute [C#] [Serializable] public enum StringDigitSubstitute [C++] [Serializable] __value public enum StringDigitSubstitute [JScript] public Serializable enum StringDigitSubstitute
Members
| Member name | Description |
|---|---|
| National | Specifies substitution digits that correspond with the official national language of the user's locale. |
| None | Specifies to disable substitutions. |
| Traditional | Specifies substitution digits that correspond with the user's native script or language, which may be different from the official national language of the user's locale. |
| User | Specifies a user-defined substitution scheme. |
Requirements
Namespace: System.Drawing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: