[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.XmlMapping.TryGetValue

TryGetValue Method

TryGetValue(out string)

Tries get inner xml of the mapped node stored within a XmlDocument in the document.

Declaration
public bool TryGetValue(out string value)
Public Function TryGetValue(ByRef value As String) As Boolean
Parameters
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.

Returns
Type Description
bool

true if mapping is established successfully, otherwise false.