SFSArrayGetDump Method (Boolean) |
Provides a formatted string representing this array.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public string GetDump(
bool format
)
Parameters
- format
- Type: SystemBoolean
If true, the output is formatted in a human-readable way.
Return Value
Type:
StringThe string representation of this array.
Implements
ISFSArrayGetDump(Boolean)Remarks
The returned string can be logged or traced in the console for debugging purposes.
See Also