ByteWriter.putStringUtf8
bool putStringUtf8(string data)Writes a NUL-terminated UTF8 string to writer (including the terminator).
Parameters
data | UTF8 string to write |
Returns
true if the value could be written
bool putStringUtf8(string data)Writes a NUL-terminated UTF8 string to writer (including the terminator).
data | UTF8 string to write |