DecimalStyle.WithDecimalSeparator(Char) Method

Definition

Returns a copy of the info with a new character that represents the decimal point.

[Android.Runtime.Register("withDecimalSeparator", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)]
public Java.Time.Format.DecimalStyle? WithDecimalSeparator (char decimalSeparator);
[<Android.Runtime.Register("withDecimalSeparator", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)>]
member this.WithDecimalSeparator : char -> Java.Time.Format.DecimalStyle

Parameters

decimalSeparator
Char

the character for the decimal point

Returns

a copy with a new character that represents the decimal point, not null

Attributes

Remarks

Java documentation for java.time.format.DecimalStyle.withDecimalSeparator(char).

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