Click or drag to resize

SFSObjectGetHexDump Method

Provides a detailed hexadecimal representation of this object.

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

Return Value

Type: String
The hexadecimal string representation of this object.

Implements

ISFSObjectGetHexDump
Remarks
The returned string can be logged or traced in the console for debugging purposes.
See Also