言語

DecimalStyle.WithZeroDigit(Char) メソッド

定義

0 を表す新しい文字を持つ情報のコピーを返します。

[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

0 の文字

返品

null ではなくゼロを表す新しい文字を含むコピー

属性

注釈

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象