SpannedString.GetChars(Int32, Int32, Char[], Int32) 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.
[Android.Runtime.Register("getChars", "(II[CI)V", "")]
public override void GetChars (int start, int end, char[]? dest, int off);
[<Android.Runtime.Register("getChars", "(II[CI)V", "")>]
override this.GetChars : int * int * char[] * int -> unit
Parameters
- start
- Int32
- end
- Int32
- dest
- Char[]
- off
- Int32
Implements
- Attributes