DecimalStyle.DecimalSeparator Property

Definition

Gets the character that represents the decimal point.

public char DecimalSeparator { [Android.Runtime.Register("getDecimalSeparator", "()C", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getDecimalSeparator", "()C", "", ApiSince=26)>]
member this.DecimalSeparator : char

Property Value

the character for the decimal point

Attributes

Remarks

Gets the character that represents the decimal point.

The character used to represent a decimal point may vary by culture. This method specifies the character to use.

Java documentation for java.time.format.DecimalStyle.getDecimalSeparator().

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