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

Syntax

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

See Also

String.ValueOf(bool)

Parameters

b
the boolean to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Adds the string representation of the specified boolean to the end of this StringBuffer.

If the argument is true the string "true" is appended, otherwise the string "false" 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