Method | Description | |
---|---|---|
ToByteArray ( string value ) : byte[] | ||
XmlAttributeToBool ( string value ) : bool | ||
XmlAttributeToDate ( string value ) : System.DateTime | ||
XmlAttributeToInt ( string value ) : int |
public static ToByteArray ( string value ) : byte[] | ||
value | string | |
return | byte[] |
public static XmlAttributeToBool ( string value ) : bool | ||
value | string | |
return | bool |
public static XmlAttributeToDate ( string value ) : System.DateTime | ||
value | string | |
return | System.DateTime |
public static XmlAttributeToInt ( string value ) : int | ||
value | string | |
return | int |