DecimalFormat.DecimalFormatSymbols Property

Definition

Returns a copy of the decimal format symbols, which is generally not changed by the programmer or user. -or- Sets the decimal format symbols, which is generally not changed by the programmer or user.

public virtual Java.Text.DecimalFormatSymbols? DecimalFormatSymbols { [Android.Runtime.Register("getDecimalFormatSymbols", "()Ljava/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler")] get; [Android.Runtime.Register("setDecimalFormatSymbols", "(Ljava/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Ljava_text_DecimalFormatSymbols_Handler")] set; }
[<get: Android.Runtime.Register("getDecimalFormatSymbols", "()Ljava/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler")>]
[<set: Android.Runtime.Register("setDecimalFormatSymbols", "(Ljava/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Ljava_text_DecimalFormatSymbols_Handler")>]
member this.DecimalFormatSymbols : Java.Text.DecimalFormatSymbols with get, set

Property Value

a copy of the desired DecimalFormatSymbols

Attributes

Remarks

Property getter documentation:

Returns a copy of the decimal format symbols, which is generally not changed by the programmer or user.

Java documentation for java.text.DecimalFormat.getDecimalFormatSymbols().

Property setter documentation:

Sets the decimal format symbols, which is generally not changed by the programmer or user.

Java documentation for java.text.DecimalFormat.setDecimalFormatSymbols(java.text.DecimalFormatSymbols).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to