Load an XML document from the passed XML string
Return Type
A Boolean value. Indicates success or failure of the load operation
Syntax
object.Load (Text)
The Load method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type XMLDocument. |
Text | Required. A String value. A valid XML string, containing a hierachical set of elements including a single root element |