C# Class Helper.TryParse

Afficher le fichier Open project: godly-devotion/Baka-MPlayer-old

Méthodes publiques

Méthode 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 méthode

Parses to double with InvariantCulture
public static ToDouble ( string value ) : double
value string
Résultat double

ToInt() public static méthode

Parses to int with InvariantCulture
public static ToInt ( string value ) : int
value string
Résultat int

ToLong() public static méthode

Parses to long with InvariantCulture
public static ToLong ( string value ) : long
value string
Résultat long