Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlParser Class / ExpandAllCharRefs Method
The character reference map to use.
The string to expand.


In This Topic
    ExpandAllCharRefs Method
    In This Topic
    Expands all character reference entitites in the given string and returns the result.
    Syntax
    'Declaration
     
    
    Protected Function ExpandAllCharRefs( _
       ByVal map As NCharacterReferenceMap, _
       ByVal input As System.String _
    ) As System.String
    'Usage
     
    
    Dim instance As NXmlParser
    Dim map As NCharacterReferenceMap
    Dim input As System.String
    Dim value As System.String
     
    value = instance.ExpandAllCharRefs(map, input)
    protected System.string ExpandAllCharRefs( 
       NCharacterReferenceMap map,
       System.string input
    )

    Parameters

    map
    The character reference map to use.
    input
    The string to expand.

    Return Value

    A string in which all character references of the given input string has been expanded.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also