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

Syntax

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

See Also

String.ValueOf(bool)

Parameters

b
the boolean value to append.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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