본문 바로가기

프로그래밍 언어/C#

문자열을 숫자로 변환하는 방법

 

 숫자 형식

Method

decimal

ToDecimal(String)

 float

 ToDecimal(String)

 double

 ToDouble(String)

 short

 ToInt16(String)

 int

 ToInt32(String)

 long

 ToInt64(String)

 ushort

 ToUInt16(String)

 uint

 ToUInt32(String)

 ulong

 ToUInt64(String)