Converts an ASCII string to a binary string. It has one required parameter that is the ASCII string to be converted. The second parameter is an optional one. If this parameter is true, then it is converted to UNICODE Binary.
The ASCII string
The Boolean value
ConvertStringToBinary(<value>,[Boolean]);
var result = ConvertStringToBinary("convert this string to binary")
|
Copyright © 2013 CA.
All rights reserved.
|
|