StreamWriter.writeUTF32BE

Writes a UTF32 string to the stream.

class StreamWriter
@nogc @safe @trusted
void
writeUTF32BE
(
dstring value
)

Parameters

value dstring

The string to write to the stream.

Meta