DecimalStyle.WithZeroDigit(Char) 方法

定义

返回一个包含表示零的新字符的信息的副本。

[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

参数

zeroDigit
Char

零的字符

返回

一个副本,其新字符表示零,而不是 null

属性

注解

Java文档java.time.format.DecimalStyle.withZeroDigit(char)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于