다음을 통해 공유


StringBuilder.CodePointCount(Int32, Int32) 메서드

정의

사이의 start 유니코드 코드 포인트 수를 계산합니다 end.

[Android.Runtime.Register("codePointCount", "(II)I", "")]
public override int CodePointCount (int beginIndex, int endIndex);
[<Android.Runtime.Register("codePointCount", "(II)I", "")>]
override this.CodePointCount : int * int -> int

매개 변수

beginIndex
Int32
endIndex
Int32

반환

특성

예외

음수이거나 보다 크거나 end 보다 endLength()큰 경우 start .

설명

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

적용 대상

추가 정보

  • Character
  • <xref:Java.Lang.Character.CodePointCount(System.Char%5b%5d%2c+System.Int32%2c+System.Int32)>