Click or drag to resize

SFSUserToString Method

Returns a string that contains the user id, name and a boolean indicating if the this object represents the current client.

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

Return Value

Type: String
The string representation of the SFSUser object.
See Also