Click or drag to resize

SFSUserVariableToString Method

Returns a string that contains the User Variable name, type, value and IsPrivate flag.

Namespace:  Sfs2X.Entities.Variables
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 SFSUserVariable object.
See Also