StreamWriter.writeUTF16LE

Writes a UTF16 string to the stream.

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

Parameters

value wstring

The string to write to the stream.

Meta