StringDigitSubstitute enumeration (gdiplusenums.h)
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
StringDigitSubstituteUser Value: 0 Specifies a user-defined substitution scheme. |
StringDigitSubstituteNone Value: 1 Specifies to disable substitutions. |
StringDigitSubstituteNational Value: 2 Specifies substitution digits that correspond with the official national language of the user's locale. |
StringDigitSubstituteTraditional Value: 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) |