Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomPath Class / ToString Method


In This Topic
    ToString Method (NDomPath)
    In This Topic
    Overriden to generate the string representation of a DOM path, which is a concatenation of the contained steps, divided by the '\' character.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As System.String
    'Usage
     
    
    Dim instance As NDomPath
    Dim value As System.String
     
    value = instance.ToString()
    public override System.string ToString()
    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