- array
- the Object array to convert.
Documentation for this section has not yet been entered.
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.