IGetChars.GetChars(Int32, Int32, Char[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与字符串完全相同。
[Android.Runtime.Register("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler:Android.Text.IGetCharsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GetChars (int start, int end, char[]? dest, int destoff);
[<Android.Runtime.Register("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler:Android.Text.IGetCharsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetChars : int * int * char[] * int -> unit
参数
- start
- Int32
- end
- Int32
- dest
- Char[]
- destoff
- Int32
- 属性
注解
与 String.getChars(完全相同):从此 CharSequence 复制字符start
end - 1
,从dest
偏移量destoff
开始。
适用于 . 的 android.text.GetChars.getChars(int, int, char[], int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。