Property IsCreated
IsCreated
Whether this string's character buffer has been allocated (and not yet deallocated).
Declaration
public readonly bool IsCreated { get; }
Property Value
Type | Description |
---|---|
bool | Whether this string's character buffer has been allocated (and not yet deallocated). |