Microsoft SDK for Java

ArraytoString

This method of the PermissionUtils Class recursively constructs a string representation for an array of any type and for each of its elements.

Syntax

public static String ArraytoString(Object o);

Return Value

Returns a string representation of the specified array.

Parameters

o The array to construct the string representation of. The component type can be any class type or any primitive type.

Exceptions

IllegalArgumentException if the specified object is not an array.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.