NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlWriter Class / WriteElementString Method
The name of the start tag.
The value of the text node enclosed by the start and end tag.
In This Topic
    WriteElementString Method
    In This Topic
    Writes a start tag, a text node as its content and an end tag.
    Syntax
    public void WriteElementString( 
       System.string name,
       System.string value
    )

    Parameters

    name
    The name of the start tag.
    value
    The value of the text node enclosed by the start and end tag.
    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