Description
Converts the specified integer to a string value and returns the result.
Syntax
IntToStr(Int: Integer): String
Example
IntToStr(12345)
The return value is 12345.