Skip to content

Fstring to byte

Type Function: BYTE

Input IN STRING(12) (String input)
Output BYTE (Byte value)
FSTRING_TO_BYTE converts a formatted string into a byte value. It supports following input formats
2#0101 (binary), 8#345 (octal), 16#2a33 (hexadecimal) and 234 (decimal).

fstring_to_byte