Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.
Syntax
typedef enum StringDigitSubstitute {
StringDigitSubstituteUser = 0,
StringDigitSubstituteNone = 1,
StringDigitSubstituteNational = 2,
StringDigitSubstituteTraditional = 3
} ;
Constants
StringDigitSubstituteUserValue: 0 Specifies a user-defined substitution scheme. |
StringDigitSubstituteNoneValue: 1 Specifies to disable substitutions. |
StringDigitSubstituteNationalValue: 2 Specifies substitution digits that correspond with the official national language of the user's locale. |
StringDigitSubstituteTraditionalValue: 3 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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | gdiplusenums.h (include Gdiplus.h) |