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

Syntax

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

Parameters

string
the string to append (may be null).

Returns

Documentation for this section has not yet been entered.

Remarks

Adds the specified string to the end of this buffer.

If the specified string is null the string "null" is appended, otherwise the contents of the specified string 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