Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static IsCharNumber ( int c, bool allowSign = true ) : bool | ||
c | int | |
allowSign | bool | |
Результат | bool |
public static IsStringNumber ( string s, bool allowSign = true ) : bool | ||
s | string | |
allowSign | bool | |
Результат | bool |
public static IsWhiteSpace ( int c ) : bool | ||
c | int | |
Результат | bool |
public static IterateChildren ( this n, Action |
||
n | this | |
action | Action |
|
Результат | void |
public static ToHexString ( int n ) : string | ||
n | int | |
Результат | string |