[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

Name Description
WriteStringValue(Stream, String)
Writes a string value into the stream and adds 1 byte for null termination
WriteStringValue(Stream, String, Boolean)
Writes a string of fixed length to the stream
WriteStringValue(Stream, String, Int32)
Writes a string value of a fixed length to the stream
WriteStringValue(Stream, String, Int32, Boolean)
Writes a string value of a fixed length to the stream
WriteStringValue(Stream, String, Int32, Boolean, Boolean)
Writes a string value of a fixed length to the stream

See Also