UnsafeString.ToCharArray Method |
Gets an ArraySegment<T> representing the current UnsafeString.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ArraySegment<char> ToCharArray()
Return Value
Type: ArraySegment<Char>An ArraySegment<T> representing the current UnsafeString.