unity to string

C#
int i = 5;
string iString = i.ToString();
Source

Also in C#: