C# 클래스 NextbusNET.XLinqExtensions

파일 보기 프로젝트 열기: bogeaperez/NextbusNET

공개 메소드들

메소드 설명
Attr ( this element, string attrId ) : string
ToBool ( this value ) : bool
ToDecimal ( this value ) : decimal
ToInt ( this value ) : int

메소드 상세

Attr() 공개 정적인 메소드

public static Attr ( this element, string attrId ) : string
element this
attrId string
리턴 string

ToBool() 공개 정적인 메소드

public static ToBool ( this value ) : bool
value this
리턴 bool

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value ) : decimal
value this
리턴 decimal

ToInt() 공개 정적인 메소드

public static ToInt ( this value ) : int
value this
리턴 int