Android.Text.SpannableStringBuilder.SubSequenceFormatted Method
Return a new CharSequence containing a copy of the specified range of this buffer, including the overlapping spans.

Syntax

[Android.Runtime.Register("subSequence", "(II)Ljava/lang/CharSequence;", "GetSubSequence_IIHandler")]
public virtual Java.Lang.ICharSequence SubSequenceFormatted (int start, int end)

Parameters

start
the start offset of the sub-sequence. It is inclusive, that is, the index of the first character that is included in the sub-sequence.
end
the end offset of the sub-sequence. It is exclusive, that is, the index of the first character after those that are included in the sub-sequence

Returns

Documentation for this section has not yet been entered.

Remarks

Return a new CharSequence containing a copy of the specified range of this buffer, including the overlapping spans.

[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