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.
The binary string
The Boolean value
ConvertBinaryToString(<value>,[Boolean]);
var result = ConvertBinaryToString("000FFFDCB709E")
|
Copyright © 2013 CA.
All rights reserved.
|
|