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.
public native String asString();
Returns the converted value.