Java.Lang.StringBuilder.Append Method
Appends the contents of the specified StringBuffer.

Syntax

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

Parameters

sb
the StringBuffer to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the contents of the specified StringBuffer. If the StringBuffer is null, then the string "null" 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