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

Syntax

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

Parameters

array
the Object array to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a String representation of the Object[] passed. The result is surrounded by brackets ("[]"), each element is converted to a String via the Java.Lang.String.ValueOf(Java.Lang.Object) 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