Click or drag to resize

SFSObjectNewFromBinaryData Method

Returns a new SFSObject instance.

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

Parameters

ba
Type: Sfs2X.UtilByteArray
The ByteArray representation of a SFSObject.

Return Value

Type: SFSObject
A new SFSObject instance.
Remarks
This is an alternative static constructor that builds an SFSObject from a valid SFSObject binary representation.
See Also