<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > cHash > cHash Methods > <cHash>.ToString |
Description
Returns a JSon string with the list of keys/values inside a cHash object.
Syntax
sKeys = <cHash>.ToString
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples