C# Class MediaInfoLib.ParsingHelper

Show file Open project: anyoun/metageta

Public Methods

Method Description
ParseFloat ( string s ) : float
ParseInteger ( string s ) : int
ParseYesNo ( string s ) : bool

Method Details

ParseFloat() public static method

public static ParseFloat ( string s ) : float
s string
return float

ParseInteger() public static method

public static ParseInteger ( string s ) : int
s string
return int

ParseYesNo() public static method

public static ParseYesNo ( string s ) : bool
s string
return bool