Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlReader Class / Read Method


In This Topic
    Read Method (NXmlReader)
    In This Topic
    Reads the next entry from the XML stream.
    Syntax
    'Declaration
     
    
    Public Function Read() As System.Boolean
    'Usage
     
    
    Dim instance As NXmlReader
    Dim value As System.Boolean
     
    value = instance.Read()
    public System.bool Read()

    Return Value

    False if the reader has reached to the end.
    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