StreamWriter.writeUTF16

Writes a UTF16 string to the stream.

class StreamWriter
@nogc @safe @trusted
void
writeUTF16
(
wstring value
)

Parameters

value wstring

The string to write to the stream.

Meta