Home

Integer to String Conversion

     

Introduction

 

To convert an integer to a UnicodeString string, you can use the IntToStr() function. Its syntax is

UnicodeString __fastcall IntToStr(int Value);

or

UnicodeString __fastcall IntToStr(__int64 Value);

This function takes an integer as argument and returns a string.

     
 

Home Copyright © 2010-2016, FunctionX