Writes a string into the stream considering the character width and prefixing without advancing the stream position.
The character type used for writing the string (char, wchar, or dchar).
Indicates whether the string is prefixed. Default is false.
The string to be put into the stream.
See Implementation
Writes a string into the stream considering the character width and prefixing without advancing the stream position.