Click or drag to resize

BaseVariable Methods

The BaseVariable type exposes the following members.

Methods
  NameDescription
Public methodGetBoolValue
Retrieves the value of a boolean variable.
Public methodGetDoubleValue
Retrieves the value of a double precision variable.
Public methodGetIntValue
Retrieves the value of an integer variable.
Public methodGetSFSArrayValue
Retrieves the value of a SFSArray variable.
Public methodGetSFSObjectValue
Retrieves the value of a SFSObject variable.
Public methodGetStringValue
Retrieves the value of a string variable.
Public methodIsNull
Indicates if the variable is null.
Top
See Also