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