This method of the Variant Class retrieves the value of a VT_BSTR Variant.
public native String getString();
Returns the Variant object's value, which is converted to a Java string.
ClassCastException if the variant type is not VT_BSTR.