다음을 통해 공유


NumberFormat.ParseIntegerOnly 속성

정의

이 형식이 숫자를 정수로만 구문 분석하면 true를 반환합니다. -또는- 숫자를 정수로만 구문 분석해야 하는지 여부를 설정합니다.

public virtual bool ParseIntegerOnly { [Android.Runtime.Register("isParseIntegerOnly", "()Z", "GetIsParseIntegerOnlyHandler")] get; [Android.Runtime.Register("setParseIntegerOnly", "(Z)V", "GetSetParseIntegerOnly_ZHandler")] set; }
[<get: Android.Runtime.Register("isParseIntegerOnly", "()Z", "GetIsParseIntegerOnlyHandler")>]
[<set: Android.Runtime.Register("setParseIntegerOnly", "(Z)V", "GetSetParseIntegerOnly_ZHandler")>]
member this.ParseIntegerOnly : bool with get, set

속성 값

true 숫자를 정수로만 구문 분석해야 하는 경우 false 그렇지 않으면

특성

설명

속성 getter 설명서:

이 형식이 숫자를 정수로만 구문 분석하면 true를 반환합니다. 예를 들어 영어 로캘에서 ParseIntegerOnly true인 문자열 "1234"가 있습니다. 는 정수 값 1234로 구문 분석되고 구문 분석이 "." 문자에서 중지됩니다. 물론 구문 분석 작업에서 허용하는 정확한 형식은 로캘에 따라 달라지고 NumberFormat의 하위 클래스에 의해 결정됩니다.

에 대한 java.text.NumberFormat.isParseIntegerOnly()Java 설명서

속성 setter 설명서:

숫자를 정수로만 구문 분석해야 하는지 여부를 설정합니다.

에 대한 java.text.NumberFormat.setParseIntegerOnly(boolean)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상