C# 클래스 Helper.TryParse

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
ToDouble ( string value ) : double

Parses to double with InvariantCulture

ToInt ( string value ) : int

Parses to int with InvariantCulture

ToLong ( string value ) : long

Parses to long with InvariantCulture

메소드 상세

ToDouble() 공개 정적인 메소드

Parses to double with InvariantCulture
public static ToDouble ( string value ) : double
value string
리턴 double

ToInt() 공개 정적인 메소드

Parses to int with InvariantCulture
public static ToInt ( string value ) : int
value string
리턴 int

ToLong() 공개 정적인 메소드

Parses to long with InvariantCulture
public static ToLong ( string value ) : long
value string
리턴 long