BuiltIn.VarToStr Method

Applies to TestComplete 12.60, last modified on September 17, 2018
This method is obsolete. See the Remarks section below.

Description

Converts an OLEVariant value to a string.

Declaration

BuiltIn.VarToStr(Value)

Value [in]    Required    Variant    
Result String

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.

See Also

aqConvert.VarToStr Method
aqObject.GetVarType Method

Highlight search results