Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / XmlMapping Class / TryGetValue Method
Returns inner xml of the mapped node stored within a XmlDocument in the document if mapping is established successfully, otherwise null.

In This Topic
    TryGetValue Method (XmlMapping)
    In This Topic
    Tries get inner xml of the mapped node stored within a XmlDocument in the document.
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByRef value As System.String _
    ) As System.Boolean
    public System.bool TryGetValue( 
       out System.string value
    )

    Parameters

    value
    Returns inner xml of the mapped node stored within a XmlDocument in the document if mapping is established successfully, otherwise null.

    Return Value

    true if mapping is established successfully, otherwise false.
    See Also