Click or drag to resize

VariableIsNull Method

Indicates if the variable is null.

Namespace:  Sfs2X.Entities.Variables
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool IsNull()

Return Value

Type: Boolean
true if the variable has a null value.
See Also