Skip to content

Bin to dword

Type Function: DWORD

Input BIN STRING (40) (Octal string)
Output DWORD (output value)
The function BIN_TO_DWORD converts a binary encoded string in a BYTE value. There, this method only binary characters are '0 'and '1' is interpreted, others in BIN occurring characters are ignored.

bin_to_dword

Example:

BIN_TO_DWORD ('11 ') result 3.