Click or drag to resize

BitWriterWriteStringPackedDiff Method

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

Writes the diff between two strings 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 WriteStringPackedDiff(
	string write,
	string compare
)
Request Example View Source

Parameters

write
Type: SystemString
The new string
compare
Type: SystemString
The previous string to use for diff
See Also