C# Class Helper.TryParse

Mostrar archivo Open project: godly-devotion/Baka-MPlayer-old

Public Methods

Method Description
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

Method Details

ToDouble() public static method

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

ToInt() public static method

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

ToLong() public static method

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