Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / UnescapeXmlChar Method
The reading string.


In This Topic
    UnescapeXmlChar Method
    In This Topic
    Unescape charaters in string reading from XML file.
    Syntax
    'Declaration
     
    
    Public Shared Function UnescapeXmlChar( _
       ByVal input As String _
    ) As String
    'Usage
     
    
    Dim input As String
    Dim value As String
     
    value = ExcelXMLHelpers.UnescapeXmlChar(input)
    public static string UnescapeXmlChar( 
       string input
    )

    Parameters

    input
    The reading string.

    Return Value

    The unescaped string.
    See Also