Dictionary isDictionary
Revision as of 08:40, 31 October 2016 by Hoanghonhungocy (talk | contribs)
Dictionary_isDictionary
Check object is dictionary
Syntax
Dictionary_isDictionary(param);
Arguments
param: any type
Return type
bool
Examples
Dictionary_isDictionary(1);
// false
Dictionary_isDictionary({"A":true});
// true