Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SaveXml Method / SaveXml() Method

In This Topic
    SaveXml() Method
    In This Topic
    Returns the XML content of the document as a string.
    Syntax
    'Declaration
     
    Public Overloads Function SaveXml() As System.String
    public System.string SaveXml()

    Return Value

    XML content of the document as a string
    See Also