메소드 | 설명 | |
---|---|---|
ToByteArray ( string value ) : byte[] | ||
XmlAttributeToBool ( string value ) : bool | ||
XmlAttributeToDate ( string value ) : System.DateTime | ||
XmlAttributeToInt ( string value ) : int |
public static XmlAttributeToBool ( string value ) : bool | ||
value | string | |
리턴 | bool |
public static XmlAttributeToDate ( string value ) : System.DateTime | ||
value | string | |
리턴 | System.DateTime |
public static XmlAttributeToInt ( string value ) : int | ||
value | string | |
리턴 | int |