Click or drag to resize

SFSUserVariable Methods

The SFSUserVariable type exposes the following members.

Methods
  NameDescription
Public methodGetBoolValue
Retrieves the value of a boolean variable.
(Inherited from BaseVariable.)
Public methodGetDoubleValue
Retrieves the value of a double precision variable.
(Inherited from BaseVariable.)
Public methodGetIntValue
Retrieves the value of an integer variable.
(Inherited from BaseVariable.)
Public methodGetSFSArrayValue
Retrieves the value of a SFSArray variable.
(Inherited from BaseVariable.)
Public methodGetSFSObjectValue
Retrieves the value of a SFSObject variable.
(Inherited from BaseVariable.)
Public methodGetStringValue
Retrieves the value of a string variable.
(Inherited from BaseVariable.)
Public methodIsNull
Indicates if the variable is null.
(Inherited from BaseVariable.)
Public methodStatic membernewPrivateVariable
Creates a new private User Variable.
Public methodToString
Returns a string that contains the User Variable name, type, value and IsPrivate flag.
(Overrides ObjectToString.)
Top
See Also