Java.Text.DecimalFormatSymbols.DecimalSeparator Property
Returns the character which represents the decimal point in a number.

Syntax

[get: Android.Runtime.Register("getDecimalSeparator", "()C", "GetGetDecimalSeparatorHandler")]
[set: Android.Runtime.Register("setDecimalSeparator", "(C)V", "GetSetDecimalSeparator_CHandler")]
public virtual char DecimalSeparator { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the character which represents the decimal point in a number.

Set method documentation [Android Documentation]

Sets the character which represents the decimal point in a number.

Requirements

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