parse¶
Creates a new Xml instance from the specified XML string.
1 |
|
Parameters¶
string xml
The XML string to parse.
Returns¶
A new Xml instance representing the parsed XML.
See Also¶
- Xml## Remarks White spaces are preserved during XML parsing.
Usage:¶
1 2 |
|