Loading
Getting started
Downloads
Documentation
Community
About
Contact
Products
WarpFleet
WarpStudio
Sandbox
WarpView
Blog
|
Loading menu
BIN->
strings
conversion
binary
The
->BIN
function decodes a binary string representation into a bytes array.
BIN-> is available since version 1.0.6.
See also
Signatures
WarpScript
FLoWS
Examples
'0011010000110010' BIN-> // Creating a bytes array from a binary string representation. 'UTF-8' BYTES-> // Convert it to UTF-8 string