언어

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이 아닌 0을 나타내는 새 문자가 있는 복사본

특성

설명

에 대한 java.time.format.DecimalStyle.withZeroDigit(char)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상