DecimalFormat.Digit PropertyDecimalFormat.Digit PropertyDecimalFormat::Digit Property

Gets or sets the character used for the digit-sign in the picture string.

Syntax

Public Property Digit As Integer
        Get
        Set(ByVal value As Integer)
public int Digit { get; set; }
public:
property int Digit {
    int get();
    void set(int value);
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The Unicode codepoint of the digit-sign.

Exceptions

ExceptionCondition
ArgumentExceptionArgumentExceptionArgumentExceptionRaised if DigitDigitDigit is set to an invalid value for an XML character.

Remarks

The default value is "#"