Java.Lang.Long.ToString Method
Converts the specified long value into its decimal string representation.

Syntax

[Android.Runtime.Register("toString", "(J)Ljava/lang/String;", "")]
public static string ToString (long l)

Parameters

n
the long to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified long value into its decimal string representation. The returned string is a concatenation of a minus sign if the number is negative and characters from '0' to '9'.

[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