Android.Text.IGetChars.GetChars Method
Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff.

Syntax

[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)

Parameters

start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.
dest
Documentation for this section has not yet been entered.
destoff
Documentation for this section has not yet been entered.

Remarks

Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1