TextUtils.GetChars Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetChars(ICharSequence, Int32, Int32, Char[], Int32) | |
GetChars(String, Int32, Int32, Char[], Int32) |
GetChars(ICharSequence, Int32, Int32, Char[], Int32)
[Android.Runtime.Register("getChars", "(Ljava/lang/CharSequence;II[CI)V", "")]
public static void GetChars (Java.Lang.ICharSequence? s, int start, int end, char[]? dest, int destoff);
[<Android.Runtime.Register("getChars", "(Ljava/lang/CharSequence;II[CI)V", "")>]
static member GetChars : Java.Lang.ICharSequence * int * int * char[] * int -> unit
Parameters
- start
- Int32
- end
- Int32
- dest
- Char[]
- destoff
- Int32
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetChars(String, Int32, Int32, Char[], Int32)
public static void GetChars (string? s, int start, int end, char[]? dest, int destoff);
static member GetChars : string * int * int * char[] * int -> unit
Parameters
- s
- String
- start
- Int32
- end
- Int32
- dest
- Char[]
- destoff
- Int32
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.