bytes->export16bits
bytes->export16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
Target
Signature
1bytes->export16bitsbytes->export16bits is a member in the Bytes Position and Export group; call it on the receiver shown before the arrow.
bytes->export16bits is called with member syntax on a receiver value. bytes->export16bits works with binary values. Convert strings to bytes before byte-level hashing or encoding, then convert back to a string only for display or transport.
Examples
Basic call
1bytes->export16bitsThe example keeps binary work on bytes and converts only when text output is needed.