Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / EscapeXmlChar Method
The writing string.


In This Topic
    EscapeXmlChar Method
    In This Topic
    Escape characters in string before write to XML file. Internal use only.
    Syntax
    'Declaration
     
    
    Public Shared Function EscapeXmlChar( _
       ByVal input As String _
    ) As String
    'Usage
     
    
    Dim input As String
    Dim value As String
     
    value = ExcelXMLHelpers.EscapeXmlChar(input)
    public static string EscapeXmlChar( 
       string input
    )

    Parameters

    input
    The writing string.

    Return Value

    The escaped string.
    See Also