ValueStringBuilder
struct ValueStringBuilder
String builder struct that allows using stack space for small strings.
Returns the underlying storage of the builder.
Append a string to the builder. If the string is null, this method does nothing.
Returns a span around the contents of the builder.
Get a pinnable reference to the builder. Does not ensure there is a null char after Length
Get a pinnable reference to the builder.