ByteWriter.putStringUtf16
bool putStringUtf16(ushort[] data)Writes a NUL-terminated UTF16 string to writer (including the terminator).
Parameters
data | UTF16 string to write |
Returns
true if the value could be written
bool putStringUtf16(ushort[] data)Writes a NUL-terminated UTF16 string to writer (including the terminator).
data | UTF16 string to write |