System.IntToStr

From RAD Studio API Documentation
Jump to: navigation, search

C++

extern PACKAGE System::String __fastcall IntToStr(int Value)/* overload */;

Properties

Type Visibility Source Unit Parent
function public dstring.h System System

Description

Converts an integer to a string.

IntToStr converts an integer to its string representation in base 10.

Note: System.IntToStr has the same functionality as System.SysUtils.IntToStr.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.IntToStr&oldid=159117"