StreamWriter.writeUTF16BE

Writes a UTF16 string to the stream.

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

Parameters

value wstring

The string to write to the stream.

Meta