Julia Programming Language
Converting bitstring to number
General Usage
bitstring
ScottPJones
July 6, 2018, 12:52am
2
Using v0.7 / master, it’s simple:
parse(Int, "110101"; base=2)
1 Like
`Vector{Bool}` to Int
show post in topic
Related topics
Topic
Replies
Views
Activity
Inverse of bitstring(x)
General Usage
bitstring
4
738
December 1, 2022
How can I convert a bitstring to the binary form
General Usage
question
,
bitstring
6
535
January 18, 2023
How do I convert a binary string to a floating point number?
General Usage
question
,
bitstring
3
5533
March 2, 2019
How to effectively keep the MAC address as int64?
General Usage
3
1089
February 9, 2017
Concatenating bit strings
New to Julia
strings
4
664
February 11, 2021