PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersUnsafe­StringTo­Char­Array
Open sandboxFocus

UnsafeString.ToCharArray Method

ToCharArray()

Gets an ArraySegment<T> representing the current UnsafeString.

Declaration
public ArraySegment<char> ToCharArray()
Returns
Type Description
ArraySegment<System.Char>

An ArraySegment<T> representing the current UnsafeString.