Method | Description | |
---|---|---|
IsDate ( this payload ) : bool | ||
IsJSON ( this payload ) : bool | ||
IsXml ( string data, bool &isFragment ) : bool |
Checks if the info contained in data is well formed XML
|
|
IsXml ( this payload ) : bool |
Method | Description | |
---|---|---|
IsXml ( string data, bool &isFragment, bool &isHtml ) : bool |
Checks if the info contained in data is well formed XML
|
public static IsXml ( string data, bool &isFragment ) : bool | ||
data | string | |
isFragment | bool | |
return | bool |