DecimalStyle.WithZeroDigit(Char) Method

Definition

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

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

Parameters

zeroDigit
Char

the character for zero

Returns

a copy with a new character that represents zero, not null

Attributes

Remarks

Java documentation for java.time.format.DecimalStyle.withZeroDigit(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