C# Class NextbusNET.XLinqExtensions

Afficher le fichier Open project: bogeaperez/NextbusNET

Méthodes publiques

Méthode Description
Attr ( this element, string attrId ) : string
ToBool ( this value ) : bool
ToDecimal ( this value ) : decimal
ToInt ( this value ) : int

Method Details

Attr() public static méthode

public static Attr ( this element, string attrId ) : string
element this
attrId string
Résultat string

ToBool() public static méthode

public static ToBool ( this value ) : bool
value this
Résultat bool

ToDecimal() public static méthode

public static ToDecimal ( this value ) : decimal
value this
Résultat decimal

ToInt() public static méthode

public static ToInt ( this value ) : int
value this
Résultat int