Opc.Ua.ReferenceNode.ToString C# (CSharp) Method

ToString() public method

Returns a string representation of the HierarchyBrowsePath.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return ToString(null, null);
        }

Same methods

ReferenceNode::ToString ( string format, IFormatProvider provider ) : string