Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / EscapeXmlCharWithTab Method
The writing string.


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

    Parameters

    input
    The writing string.

    Return Value

    The escaped string.
    See Also