DecimalFormat.DecimalSeparator PropertyDecimalFormat.DecimalSeparator PropertyDecimalFormat::DecimalSeparator Property

Gets or sets the character used for the decimal-separator-sign,

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The Unicode codepoint of the decimal separator.

Exceptions

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

Remarks

The default value is "."