Previous Topic: ConstantsNext Topic: ConvertStringToBinary


ConvertBinaryToString

ConvertBinaryToString

Converts a binary string to an ASCII string. It has one required parameter that is the string that contains binary data to be converted. The second parameter is an optional one and is binary. If the Boolean value is true, then it is converted to UNICODE string. But, if it is false, then it is converted to an ASCII string.

First Parameter:

The binary string

Second Parameter:

The Boolean value

Usage:
ConvertBinaryToString(<value>,[Boolean]);
Example:
var result = ConvertBinaryToString("000FFFDCB709E")