System.Text.ValueStringBuilder
struct ValueStringBuilder
Returns the underlying storage of the builder.
Get a pinnable reference to the builder.
Does not ensure there is a null char after Length
This overload is pattern matched in the C# 7.3+ compiler so you can omit
the explicit method call, and write eg "fixed (char* c = builder)"
Ensures that the builder is terminated with a NUL character.