Method WriteCustomString
WriteCustomString(ArraySegment<Char>)
Write a custom string passed as an ArraySegment<char>
.
Declaration
public override void WriteCustomString(ArraySegment<char> str)
Parameters
Type | Name | Description |
---|---|---|
ArraySegment<Char> | str | The string to be written. |
Overrides
WriteCustomString(in CharSpan)
Write a custom string passed as an CharSpan.
Declaration
public override void WriteCustomString(in CharSpan str)
Parameters
Type | Name | Description |
---|---|---|
CharSpan | str | The string to be written. |