Method | Description | |
---|---|---|
GetNodeValue ( IXmlNode n ) : string | ||
IsCharNumber ( int c, bool allowSign = true ) : bool | ||
IsStringNumber ( string s, bool allowSign = true ) : bool | ||
IsWhiteSpace ( int c ) : bool | ||
IterateChildren ( this n, Action |
||
ToHexString ( int n ) : string |
public static GetNodeValue ( IXmlNode n ) : string | ||
n | IXmlNode | |
return | string |
public static IsCharNumber ( int c, bool allowSign = true ) : bool | ||
c | int | |
allowSign | bool | |
return | bool |
public static IsStringNumber ( string s, bool allowSign = true ) : bool | ||
s | string | |
allowSign | bool | |
return | bool |
public static IterateChildren ( this n, Action |
||
n | this | |
action | Action |
|
return | void |