Previous Topic: ConvertBinaryToStringNext Topic: DeleteKey


ConvertStringToBinary

ConvertStringToBinary

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.

First Parameter:

The ASCII string

Second Parameter:

The Boolean value

Usage:
ConvertStringToBinary(<value>,[Boolean]);
Example:
var result = ConvertStringToBinary("convert this string to binary")