EmfPlusStringDigitSubstitution

EmfPlusStringDigitSubstitution enumeration

The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user’s locale or language.

public enum EmfPlusStringDigitSubstitution

Values

NameValueDescription
StringDigitSubstitutionUser0Specifies an implementation-defined substitution scheme.
StringDigitSubstitutionNone1Specifies to disable substitutions.
StringDigitSubstitutionNational2Specifies substitution digits that correspond with the official national language of the user’s locale.
StringDigitSubstitutionTraditional3Specifies substitution digits that correspond to the user’s native script or language, which can be different from the official national language of the user’s locale.

See Also