IsSimpleValue
Method Signature
IsSimpleValue(value=[any])Arguments
Argument
Type
Required
Description
Default
Examples
A number is a simple value
isSimpleValue( 42 );
A string is a simple value as well
isSimpleValue( "Hello world" );
A structure is a complex value
An array is a complex value
Additional Examples
Related
Last updated
Was this helpful?
