Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dictionary isDictionary

From Catglobe Wiki
Revision as of 08:10, 5 June 2017 by Tungocman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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