BuiltIn.VarToStr Method

Applies to TestComplete 14.10, last modified on June 5, 2019
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