AvalonEdit
ToString Method
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>ToString()()()()
Creates a string from the rope. Runs in O(N).
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
A string consisting of all elements in the rope as comma-separated list in {}. As a special case, Rope<char> will return its contents as string without any additional separators or braces, so it can be used like StringBuilder.ToString().
Remarks
This method counts as a read access and may be called concurrently to other read accesses.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238