Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlParser Class / Parse Method


In This Topic
    Parse Method (NXmlParser)
    In This Topic
    Parses the given chars and returns true on success.
    Overload List
    OverloadDescription
    Parses the given chars and returns true on success.  
    Parses the data from the given stream.  
    Parses the given string. Internally converts the given string to char array. and calls the Nevron.Nov.NStringParser.Parse method. (Inherited from Nevron.Nov.NStringParser)
    Parses the given chars. (Inherited from Nevron.Nov.NStringParser)
    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