-
C#프로그래밍 언어/expression 2011. 7. 29. 00:26object박싱언박싱.ToString()sbyte
short
int
long
byte
ushort
uint
ulong
float
double
decimal
int.Parse(Console.ReadLine())
System.Convert // static.ToInt32() // staticc.f. int.Parse()메서드 오버로딩
연산자 오버로딩
캐스트 연산자 오버로딩