Метод | Описание | |
---|---|---|
Attr ( this element, string attrId ) : string | ||
ToBool ( this value ) : bool | ||
ToDecimal ( this value ) : decimal | ||
ToInt ( this value ) : int |
public static Attr ( this element, string attrId ) : string | ||
element | this | |
attrId | string | |
Результат | string |
public static ToBool ( this value ) : bool | ||
value | this | |
Результат | bool |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
Результат | decimal |
public static ToInt ( this value ) : int | ||
value | this | |
Результат | int |