Click or drag to resize

SFSObjectToBinary Method

Provides the binary form of this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ByteArray ToBinary()

Return Value

Type: ByteArray
The binary data representing this object.

Implements

ISFSObjectToBinary
See Also