Microsoft SDK for Java

asString

This method of the SafeArray Class converts a VT_UI1 SafeArray to a string. This method corresponds to the VariantChangeType conversion from VT_ARRAY|VT_UI1 to VT_BSTR.

Syntax

public native String asString();

Return Value

Returns the converted value.

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