StringDigitSubstitute Enumeration
.NET Framework (current version)
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
Assembly: System.Drawing (in System.Drawing.dll)
| 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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: