PostSharp / / API Reference / Post­Sharp.​Patterns.​Formatters / Char­Span

Class CharSpan

Inheritance
CharSpan
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class CharSpan : ValueType

Constructors

Name Description
CharSpan(Char[], Int32, Int32)
CharSpan(String)
CharSpan(String, Int32, Int32)

Properties

Name Description
IsBackedByCharArray
IsNull
Length

Methods

Name Description
FromArraySegment(ArraySegment<Char>)
FromString(String)
ToCharArraySegment()
ToString()

Operators

Name Description
Implicit(ArraySegment<Char> to CharSpan)
Implicit(String to CharSpan)