Java.Text.DecimalFormatSymbols.PatternSeparator Property
Returns the character which separates the positive and negative patterns in a format pattern.

Syntax

[get: Android.Runtime.Register("getPatternSeparator", "()C", "GetGetPatternSeparatorHandler")]
[set: Android.Runtime.Register("setPatternSeparator", "(C)V", "GetSetPatternSeparator_CHandler")]
public virtual char PatternSeparator { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the character which separates the positive and negative patterns in a format pattern.

Set method documentation [Android Documentation]

Sets the character which separates the positive and negative patterns in a format pattern.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1