Java.Util.Arrays.ToString Method
Creates a String representation of the long[] passed.

Syntax

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

Parameters

array
the long array to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a String representation of the long[] passed. The result is surrounded by brackets ("[]"), each element is converted to a String via the Java.Lang.String.ValueOf(long) and separated by ", ". If the array is null, then "null" is returned.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1