This method is obsolete. See the Remarks section below. |
Description
Converts an OLEVariant value to a string.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Value
The OLEVariant value to be converted to a string.
Result Value
A string that corresponds to Value.
Remarks
This method is obsolete. It is supported for backward compatibility only. To convert an OLEVariant value to a string, use the aqConvert.VarToStr
method.