Java.Text.DecimalFormatSymbols.GetInstance Method
Returns a new DecimalFormatSymbols for the given locale.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;)Ljava/text/DecimalFormatSymbols;", "")]
public static DecimalFormatSymbols GetInstance (Java.Util.Locale p0)

Parameters

locale
the locale

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif locale == null

Remarks

Returns a new DecimalFormatSymbols for the given locale.

[Android Documentation]

Requirements

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