Java.IO.PrintStream.Append Method
Appends a subsequence of CharSequence charSequence, or "null".

Syntax

[Android.Runtime.Register("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", "GetAppend_Ljava_lang_CharSequence_IIHandler")]
public virtual Java.Lang.IAppendable Append (Java.Lang.ICharSequence csq, int start, int end)

Parameters

charSequence
the character sequence appended to the target stream.
start
the index of the first char in the character sequence appended to the target stream.
end
the index of the character following the last character of the subsequence appended to the target stream.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif start > end, start , end or either start or end are greater or equal than the length of charSequence.

Remarks

Appends a subsequence of CharSequence charSequence, or "null".

[Android Documentation]

Requirements

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