DecimalFormat.DecimalFormatSymbols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a copy of the decimal format symbols used by this formatter. -or- Sets the decimal format symbols used by this formatter.
public virtual Android.Icu.Text.DecimalFormatSymbols? DecimalFormatSymbols { [Android.Runtime.Register("getDecimalFormatSymbols", "()Landroid/icu/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler", ApiSince=24)] get; [Android.Runtime.Register("setDecimalFormatSymbols", "(Landroid/icu/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Landroid_icu_text_DecimalFormatSymbols_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDecimalFormatSymbols", "()Landroid/icu/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDecimalFormatSymbols", "(Landroid/icu/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Landroid_icu_text_DecimalFormatSymbols_Handler", ApiSince=24)>]
member this.DecimalFormatSymbols : Android.Icu.Text.DecimalFormatSymbols with get, set
Property Value
desired DecimalFormatSymbols
- Attributes
Remarks
Property getter documentation:
Returns a copy of the decimal format symbols used by this formatter.
Java documentation for android.icu.text.DecimalFormat.getDecimalFormatSymbols()
.
Property setter documentation:
Sets the decimal format symbols used by this formatter. The formatter uses a copy of the provided symbols.
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.