Fstring to dword
Type Function: DWORD¶
| Input IN | STRING(40) (String input) |
| Output | DWORD (32bit value) |
| FSTRING_TO_DWORD converts a formatted string to a 32bit Value. It supports following input formats | |
| 2#0101 (binary), 8#345 (octal), 16#2a33 (hexadecimal) and 234 (decimal). |
