[]
Tries get inner xml of the mapped node stored within a XmlDocument in the document.
public bool TryGetValue(out string value)
Public Function TryGetValue(ByRef value As String) As Boolean
Type | Name | Description |
---|---|---|
string | value | Returns inner xml of the mapped node stored within a XmlDocument in the document if mapping is established successfully, otherwise null. |
Type | Description |
---|---|
bool | true if mapping is established successfully, otherwise false. |