Microsoft SDK for Java

toCharArray

This method of the Variant Class retrieves the value of a VT_ARRAY|VT_I2 or VT_BYREF|VT_ARRAY|VT_I2 as a one-dimensional char[] array. This method has been superceded by the toSafeArray method.

Syntax

public native Object toCharArray();

Return Value

Returns a character array.

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