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

Syntax

[Android.Runtime.Register("append", "(I)Ljava/lang/StringBuilder;", "")]
public IAppendable Append (int i)

See Also

String.ValueOf(int)

Parameters

i
the int value to append.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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