Convert Integer to String

hi allHow to convert integer Value to String?Thannkz
[73 byte] By [Sana_Boya] at [2007-11-27 7:38:45]
# 1
What have you tried in order to solve this incredibly flummoxing problem thus far?
cotton.ma at 2007-7-12 19:19:21 > top of Java-index,Java Essentials,Java Programming...
# 2
if it is Integer (wrapper class) --> toString() for int > String.valueOf(i)
ramkria at 2007-7-12 19:19:21 > top of Java-index,Java Essentials,Java Programming...