UnsafeString Methods |
The UnsafeString type exposes the following members.
Name | Description | |
---|---|---|
MakeImmutable |
If the current UnsafeString is bound to its origin UnsafeStringBuilder,
evaluates the UnsafeStringBuilder and breaks the binding, so that later changes in the
UnsafeStringBuilder do not cause changes in the current UnsafeString.
This method also prevents the UnsafeString form being recycled.
| |
ToCharArray |
Gets an ArraySegment<T> representing the current UnsafeString.
| |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |