atoi ,itoa

C#, .NET 2011. 6. 17. 19:35
C#
Convert.ToInt32()
Convert.ToString()

Java
Integer.parseInt()
Integer.toString()
Posted by 휘사마
,