IsSimpleValue
Determine whether the given value is a string, numeric, or date.Arrays, structs, queries, closures, classes and components, and other complex structures will return false.
Method Signature
Arguments
Argument
Type
Required
Description
Default
value
any
false
Value to test for simple-ness.
Examples
Related
Last updated