Nevron Open Vision Documentation
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
    'Declaration
     
    
    Public Sub WriteElementString( _
       ByVal name As System.String, _
       ByVal value As System.String _
    ) 
    'Usage
     
    
    Dim instance As NXmlWriter
    Dim name As System.String
    Dim value As System.String
     
    instance.WriteElementString(name, value)
    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