DecimalFormat.PatternSeparator PropertyDecimalFormat.PatternSeparator PropertyDecimalFormat::PatternSeparator Property

Gets or sets the character used for the pattern-separator-sign, which separates positive and negative sub-pictures in a picture string.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The Unicode codepoint of the pattern separator.

Exceptions

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

Remarks

The default value is ";".