|
Math Functions
|
Integer to String Conversion
|
To convert an integer to an AnsiString, you can use the IntToStr() function. Its syntax is
AnsiString __fastcall IntToStr(int Value);
or
AnsiString __fastcall IntToStr(__int64 Value);
This function takes an integer as the argument and returns a string.
0 comments:
Post a Comment