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