Opc.Ua.RelativePathFormatter.Element.ToString C# (CSharp) Method

ToString() public method

Formats the relative path element as a string.
public ToString ( ) : string
return string
            public override string ToString()
            {
                return ToString(null, null);
            }
            #endregion

Same methods

RelativePathFormatter.Element::ToString ( string format, IFormatProvider formatProvider ) : string