aqConvert Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024

The aqConvert object contains the following methods:

Method List

Name Description
CurrencyToFormatStr Converts a currency value to a string using the specified format settings.
CurrencyToStr Converts a currency value to a string.
DateTimeToFormatStr Converts a date value to a string using the specified format.
DateTimeToStr Converts a date value to a string.
FloatToStr Converts a floating-point value to a string.
IntToStr Converts a number to a string.
StrToCurrency Converts the specified string to a currency value.
StrToDate Converts the specified string to a date value.
StrToDateTime Converts the specified string to a date/time value.
StrToFloat Converts the specified string to a floating-point value.
StrToInt Converts the specified string to an integer value.
StrToInt64 Converts the specified string to a long integer value.
StrToTime Converts the specified string to a time value.
TimeIntervalToStr Converts a date/time value to the number of passed days, hours, minutes and seconds.
VarToBool Converts the specified variant value to Boolean value.
VarToFloat Converts the specified variant value to floating-point value.
VarToInt Converts the specified variant value to an integer value.
VarToStr Converts the specified variant value to a string.

See Also

aqConvert Object

Highlight search results