System.Drawing.StringDigitSubstitute Enumeration

The System.Drawing.StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user's locale or language.

Syntax

public enum StringDigitSubstitute

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0