Creates a string from the rope. Runs in O(N).


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().

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