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

Syntax

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

Parameters

str
the string to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the contents of the specified string. If the string 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