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

Syntax

[Android.Runtime.Register("append", "(J)Ljava/lang/StringBuilder;", "")]
public IAppendable Append (long lng)

See Also

String.ValueOf(long)

Parameters

l
the long value.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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