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
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
aqConvert.IntToStr Method
aqConvert.StrToInt Method
aqConvert.StrToFloat Method
aqConvert.CurrencyToStr Method
aqConvert.FloatToStr Method
aqString.Format Method