Method AppendAscii
AppendAscii(string)
Appends an ASCII string as raw bytes. Caller must ensure text is pure ASCII.
No UTF-8 encoding is performed — each char is truncated to byte directly.
public void AppendAscii(string text)
Parameters
textstring