Click or drag to resize

BitWriterWriteStringDiff Method

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

Writes the diff between two strings

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

Parameters

write
Type: SystemString
The new array
compare
Type: SystemString
The previous array to use for diff
oneByteChars (Optional)
Type: SystemBoolean
Wheter or not to use single byte chars. This will only allow ASCII characters
See Also