Utilities.IntToStr Method

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is obsolete. See the Remarks section below.

Description

Use the Utilities.IntToStr method to convert the given number specified by the Value parameter into a string that contains the number's decimal (base 10) representation.

Declaration

Utilities.IntToStr(Value)

Value [in]    Required    Integer    
Result String

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Value

Specifies the integer value to be converted to a string.

Result Value

The string that contains the decimal (base 10) representation of the specified integer value.

Remarks

This method is obsolete. It is supported for backward compatibility only. To convert a number into a string, use the aqConvert.IntToStr method.

See Also

Working With Numeric Values
IntToStr Method
StrToInt Method
StrToFloat Method
CurrencyToStr Method
FloatToStr Method
Format Method

Highlight search results