DecimalFormat.PatternSeparator PropertyDecimalFormat.PatternSeparator PropertyDecimalFormat::PatternSeparator Property

Gets or sets the pattern separator.

Syntax

Public Property PatternSeparator As String
        Get
        Set(ByVal value As String)
public string PatternSeparator { get; set; }
public:
property String^ PatternSeparator {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The pattern separator.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionRaised if PatternSeparatorPatternSeparatorPatternSeparator is set to null a null reference (Nothing in Visual Basic) nullptr.