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

ToString() public method

Converts an FilterOperand to a displayable string.
public ToString ( INodeTable nodeTable ) : string
nodeTable INodeTable The node table.
return string
        public virtual string ToString(INodeTable nodeTable)
        {
            return Utils.Format("{0}", this);
        }
        #endregion