Opc.Ua.RelativePath.Format C# (CSharp) Метод

Format() публичный Метод

Formats the relative path as a string.
public Format ( ITypeTable typeTree ) : string
typeTree ITypeTable
Результат string
        public string Format(ITypeTable typeTree)
        {
            RelativePathFormatter formatter = new RelativePathFormatter(this, typeTree);
            return formatter.ToString();
        }