ConvertFromBinary
Converts the specified bytes from binary into a value with a simple type.
This function is used to convert the binary value into a simple type, like an integer or string according to the specified data format and encoding. It can be used with the ExtractBytes function to read arbitrary data from binary data.
Arguments
Input | Specify the binary value to be converted. |
Properties
Data Type | Specify the data type this function is to return. |
Data Format | Specify the data format to be used in the type conversion. |
Encoding | Enter the character encoding used to convert the value. Used only for the String data type. |