Skip to main content

Data Types

Data TypeDescription
stringA sequence of zero or more Unicode characters.
charUTF-16 Unicode character.
intSigned 32-bit integer. Range is -2,147,483,648 to 2,147,483,647
double64-bit double-precision number with values ranging from negative 1.79769313486232e308 to positive 1.79769313486232e308
boolThe bool type represents Boolean logical quantities. The possible values of type bool are true or false.
binaryarray of 8-bit bytes.