Click or drag to resize

BitStreamToString Method

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

Returns hex encoded version of the buffer

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

Return Value

Type: String
Hex encoded version of the buffer
See Also