BplusDotNet.hBplusTree.toHtml C# (CSharp) Method

toHtml() public method

public toHtml ( ) : string
return string
        public override string toHtml()
        {
            return ((hBplusTreeBytes) this.tree).toHtml();
        }