StringDigitSubstitute Enumeration
.NET Framework 2.0
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)
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. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: