Base Scripting Language GuidePascal-Library Custom Scripting FunctionsIntToStrOn this pageIntToStrConverts an integer to a string. Structure IntToStr(Value: Integer): string; overload;IntToStr(Value: Int64): string; overload; Parameters Return value Description IntToStr converts an integer into a string containing the decimal representation of that number.