C# Class MediaInfoLib.ParsingHelper

Afficher le fichier Open project: anyoun/metageta

Méthodes publiques

Méthode Description
ParseFloat ( string s ) : float
ParseInteger ( string s ) : int
ParseYesNo ( string s ) : bool

Method Details

ParseFloat() public static méthode

public static ParseFloat ( string s ) : float
s string
Résultat float

ParseInteger() public static méthode

public static ParseInteger ( string s ) : int
s string
Résultat int

ParseYesNo() public static méthode

public static ParseYesNo ( string s ) : bool
s string
Résultat bool