TextUtils.GetChars Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| 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
Parametri
- start
- Int32
- end
- Int32
- dest
- Char[]
- destoff
- Int32
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
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
Parametri
- s
- String
- start
- Int32
- end
- Int32
- dest
- Char[]
- destoff
- Int32
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.