다음을 통해 공유


StringBuffer.GetChars(Int32, Int32, Char[], Int32) 메서드

정의

요청된 문자 시퀀스를 char[] />에서 idx시작된 전달된 문자로 복사합니다.

[Android.Runtime.Register("getChars", "(II[CI)V", "")]
public override void GetChars (int srcBegin, int srcEnd, char[]? dst, int dstBegin);
[<Android.Runtime.Register("getChars", "(II[CI)V", "")>]
override this.GetChars : int * int * char[] * int -> unit

매개 변수

srcBegin
Int32
srcEnd
Int32
dst
Char[]
dstBegin
Int32
특성

예외

if start , end > length(), start > end, index end - start > buffer.length - index

설명

에 대한 java.lang.StringBuffer.getChars(int, int, char[], int)Java 설명서

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

적용 대상