DigitSubstitution

Namespace ›› System ›› MfNumberFormatInfo ›› Properties ››
Parent Previous Next

DigitSubstitution

Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.

OutputVar := instance.DigitSubstitution
instance.DigitSubstitution := Value

Value

MfDigitShapes

Gets

Gets one of the enumeration values that specifies the culture-specific digit shape as in instance of MfDigitShapes.

Sets

Sets a value that specifies how the graphical user interface displays the shape of a digit.

Throws

Throws MfArgumentException if value is not a valid MfDigitShapes instance.
Throws MfArgumentNullException if the property is being set to null.
Throws MfInvalidOperationException if the property is being set and the MfNumberFormatInfo is read-only.