Bin2Base64()
Converts a string to a base64 encoded string.
Bin2Base64( <cString>, [<nLineLen>] ) --> cEncodedString
Bin2f()
Converts a 64 bit IEEE floating point number to a numeric value.
Bin2f( <cFloat64> ) --> nNumeric
Bin2l()
Converts a 32 bit signed integer (long) to a numeric value.
Bin2l( <cSignedInt> ) --> nSignedInt
Bin2QP()
Transforms the passed string to a "quoted-printable" encoded string.
Bin2QP( <cString>, [<nLineLen>] ) --> cEncodedString
Bin2u()
Converts a 32 bit unsigned integer to a numeric value.
Bin2u( <cUnsignedInt> ) --> nUnsignedInt
Bin2Var()
Converts the return value of Var2Bin() back to the original value.
Bin2Var( <cBinaryString> ) --> xValue