Open sandboxFocus

Property IsBackedByCharArray

IsBackedByCharArray

Determines whether the current CharSpan is backed by a char[]. In this case, the ToCharArraySegment() method does not allocate memory.

Declaration
public bool IsBackedByCharArray { get; }
Property Value
Type Description
bool