<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Determine the data type of a value.
syntax
GetValueType(
val
)
Parameters
Type:
General purpose
value.
Return Value
character
A string representing the data type of the value. ("uncertain", "bool", "number", "string", "time", "object")
Explanation
Determines the data type of a value.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind format)
reference
GetValueType
IsBool
IsNum
IsStr
IsTime
IsObj
IsNullObj
IsValid
IsValidStr