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.