Group Binary String Conversion
Base642Bin()
Decodes a base64 encoded string.
Base642Bin( <cString> ) --> cDecodedString
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
Bin2i()
Converts a signed 16 bit integer to a numeric value.
Bin2i( <cSignedInt> ) --> nSignedInt
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
Bin2UUE()
Transforms a string to a "Bin2UUEd" string.
Bin2UUE( <cString> ) --> cEncodedString
Bin2Var()
Converts the return value of Var2Bin() back to the original value.
Bin2Var( <cBinaryString> ) --> xValue
Bin2w()
Converts a 16 bit unsigned integer to a numeric value.
Bin2w( <cUnsignedInt> ) --> nUnsignedInt
F2Bin()
Converts a numeric value to a 64 bit IEEE floating point number.
F2bin( <nNumeric> ) --> cBinary
I2bin()
Converts a numeric value to 16 bit integer.
I2bin( <nInteger> ) --> cBinary
L2bin()
Converts a numeric value to 32 bit integer.
L2bin( <nInteger> ) --> cBinary
QP2Bin()
Decodes a "quoted-printable" encoded string.
QP2Bin( <cString> ) --> cDecodedString
U2bin()
Converts an unsigned numeric value to a 32 bit integer.
U2bin( <nInteger> ) --> cBinary
UUE2Bin()
Decodes a string which is Bin2UUEd.
UUE2Bin( <cString> ) --> cDecodedString
Var2Bin()
Converts any value to a binary character string.
Var2Bin( <xValue> ) --> cBinaryString
W2bin()
Converts an unsigned numeric value to a 16 bit integer.
W2bin( <nInteger> ) --> cBinary