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, 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.
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.