For use before binStringToBin. Returns true if the provided string is a valid binary string (length is divisible by 8 and only uses the characters 0 and 1).
0
1
a string to test
Generated using TypeDoc
For use before binStringToBin. Returns true if the provided string is a valid binary string (length is divisible by 8 and only uses the characters
0
and1
).