Arguments: 1) any: value Return Type: bool
Returns a bool constructed from the given value.
Arguments: 1) any: value Return Type: real
Returns a real constructed from the given value.
Arguments: 1) any: value Return Type: char
Returns a char constructed from the given value.
Arguments: 1) any: value Return Type: string
Returns a string constructed from the given value.
This function is faster than ToString.
Arguments: 1) array|string|table: value Return Type: array
Returns a array constructed from the given value.
This behaves differently depending on the type of the value passed:
Arguments: 1) table: value Return Type: table
Returns a table constructed from a shallow copy of the given table.