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

Syntax

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

Parameters

array
the int array to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

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