DecimalFormat.ExponentSeparator PropertyDecimalFormat.ExponentSeparator PropertyDecimalFormat::ExponentSeparator Property

Gets or sets the character used for the exponent-separator-sign.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The Unicode codepoint of the pattern separator.

Exceptions

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

Remarks

The default value is "e".