Java.Lang.StringBuilder.Append Method
Appends the string representation of the specified Object.

Syntax

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

See Also

String.ValueOf(Object)

Parameters

obj
the Object to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified Object. The Object value is converted to a string according to the rule defined by String.ValueOf(Object).

[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