Click or drag to resize

BitWriterWriteStringPacked Method

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

Writes a string in a packed format

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteStringPacked(
	string s
)
Request Example View Source

Parameters

s
Type: SystemString
See Also