Android.Text.SpannableStringBuilder.GetChars Method
Copy the specified range of chars from this buffer into the specified array, beginning at the specified offset.

Syntax

[Android.Runtime.Register("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler")]
public virtual 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

Copy the specified range of chars from this buffer into the specified array, beginning at the specified offset.

[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