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