StringFormat::DigitSubstitutionMethod Property

 

Gets the method to be used for digit substitution.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property StringDigitSubstitute DigitSubstitutionMethod {
	StringDigitSubstitute get();
}

Property Value

Type: System.Drawing::StringDigitSubstitute

A StringDigitSubstitute enumeration value that specifies how to substitute characters in a string that cannot be displayed because they are not supported by the current font.

.NET Framework
Available since 1.1
Return to top
Show: