Java.Lang.StringBuffer.Append Method
Adds the specified StringBuffer to the end of this buffer.

Syntax

[Android.Runtime.Register("append", "(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;", "")]
public IAppendable Append (StringBuffer sb)

Parameters

sb
the StringBuffer to append (may be null).

Returns

Documentation for this section has not yet been entered.

Remarks

Adds the specified StringBuffer to the end of this buffer.

If the specified StringBuffer is null the string "null" is appended, otherwise the contents of the specified StringBuffer is appended.

[Android Documentation]

Requirements

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