Android.Text.AlteredCharSequence.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")]
public virtual void GetChars (int start, int end, char[] dest, int off)

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.
off
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