LoadXml(String,Uri) Method
'Declaration
Public Overloads Function LoadXml( _
ByVal As System.String, _
ByVal As System.Uri _
) As System.Boolean
public System.bool LoadXml(
System.string ,
System.Uri
)
Parameters
- xml
- XML string to load.
- baseUri
- Path to resolve pictures, video, links, and other resources.
Return Value
True, if XML successfully loaded; otherwise, False.