Java.Text.DecimalFormat.DecimalFormatSymbols Property
Returns the DecimalFormatSymbols used by this decimal format.

Syntax

[get: Android.Runtime.Register("getDecimalFormatSymbols", "()Ljava/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler")]
[set: Android.Runtime.Register("setDecimalFormatSymbols", "(Ljava/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Ljava_text_DecimalFormatSymbols_Handler")]
public virtual DecimalFormatSymbols DecimalFormatSymbols { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the DecimalFormatSymbols used by this decimal format.

Set method documentation [Android Documentation]

Sets the DecimalFormatSymbols used by this decimal format.

Requirements

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