Click or drag to resize

BitWriterWriteString Method

[This is preliminary documentation and is subject to change.]

Writes a string

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteString(
	string s,
	bool oneByteChars = false
)
Request Example View Source

Parameters

s
Type: SystemString
The string to write
oneByteChars (Optional)
Type: SystemBoolean
Wheter or not to use one byte per character. This will only allow ASCII
See Also