티스토리 뷰

응용프로그래밍/C#

[C#] int 로 형 변환

공허공자 2011. 9. 19. 13:51
int.Parse(str);
또는
Convert.ToInt32(str);

http://www.dotnetperls.com/int-parse
댓글