DecimalFormat.PerMille PropertyDecimalFormat.PerMille PropertyDecimalFormat::PerMille Property

Gets or sets the character used for the per-mille-sign.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The Unicode codepoint of the per mille sign.

Exceptions

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

Remarks

The default value is "‰" (\u2030).