Microsoft SDK for Java

toStringArray

This method of the SafeArray Class converts an entire SafeArray to a Java array. If the SafeArray is multidimensional, it is treated as if it were a single linear array stored in column order. No matter what the index of the lower bound of the SafeArray is, the first element is stored in element zero of the Java array.

Syntax

public String[] toStringArray();

Return Value

Returns the flattened contents of the array.

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