Formats a number as a binary string of length 64.
Use this to show in human readable format the binary representation of an integer.
menu: veeos ==> Data ==> Conversion ==> toBinStr64
library: dataLib
toBinStr64(34516786785267) returns "0000000000000000000111110110010010010000110100001010101111110011"
This object is provided as a convenience only. It is a special case of toBinStrN()
uses toBinStrN()
VEE 7.0+, all platforms
toBinStr8, toBinStr16, toBinStr32, toBinStrN, hexToInt, toUInt8, toInt16, toInt32