Opc.Ua.RelativePath.Format C# (CSharp) Méthode

Format() public méthode

Formats the relative path as a string.
public Format ( ITypeTable typeTree ) : string
typeTree ITypeTable
Résultat string
        public string Format(ITypeTable typeTree)
        {
            RelativePathFormatter formatter = new RelativePathFormatter(this, typeTree);
            return formatter.ToString();
        }