C# Class NextbusNET.XLinqExtensions

Exibir arquivo Open project: bogeaperez/NextbusNET

Public Methods

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

Method Details

Attr() public static method

public static Attr ( this element, string attrId ) : string
element this
attrId string
return string

ToBool() public static method

public static ToBool ( this value ) : bool
value this
return bool

ToDecimal() public static method

public static ToDecimal ( this value ) : decimal
value this
return decimal

ToInt() public static method

public static ToInt ( this value ) : int
value this
return int