DigitSubstitutionMethod

StringFormat.DigitSubstitutionMethod property

Gets or sets the method to be used for digit substitution.

public StringDigitSubstitute DigitSubstitutionMethod { get; set; }

Property Value

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.

Remarks

The setter is introduced for the obsolete method SetDigitSubstitution.

See Also