hey guys long time no see been making games, but im back now :P

i need to figure out how to convert an int to a string (dony ask why, long story) but i really need to figure it out
ive tried stuff like

int a =5;
string b;

b = (int)a;
but no cigar

thnx