into
for conversions
Commands to convert data from one type to another.
Signature
> into {flags}
Input/output types:
input | output |
---|---|
nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
name | type | usage |
---|---|---|
into binary
|
Builtin | Convert value to a binary primitive. |
into bits
|
Builtin | Convert value to a binary primitive. |
into bool
|
Builtin | Convert value to boolean. |
into datetime
|
Builtin | Convert text or timestamp into a datetime. |
into duration
|
Builtin | Convert value to duration. |
into filesize
|
Builtin | Convert value to filesize. |
into float
|
Builtin | Convert data into floating point number. |
into int
|
Builtin | Convert value to integer. |
into record
|
Builtin | Convert value to record. |
into sqlite
|
Builtin | Convert table into a SQLite database. |
into string
|
Builtin | Convert value to string. |
into value
|
Builtin | Infer rsh datatype for each cell. |