Converting bitstring to number

Using v0.7 / master, it’s simple:
parse(Int, "110101"; base=2)

1 Like