Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.65 KB

File metadata and controls

58 lines (46 loc) · 1.65 KB

Function: 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

IsSimpleValue(value=[any])

Arguments

Argument Type Required Description Default
value any false Value to test for simple-ness.

Examples

Related