DecimalStyle.WithZeroDigit(Char) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个包含表示零的新字符的信息的副本。
[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)。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。