IsSimpleValue

Determine whether the given value is a string, boolean, numeric, or date value.

Method Signature

IsSimpleValue(value=[any])

Arguments

Argument
Type
Required
Description
Default

value

any

false

Value to test for simple-ness.

Examples

Last updated

Was this helpful?