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
How do I convert a binary string to a floating point number?
General Usage
question
,
bitstring
3
5259
March 2, 2019
How can I convert a bitstring to the binary form
General Usage
question
,
bitstring
6
429
January 18, 2023
Converting a string into a string of zeroes and ones on basis of some test
New to Julia
question
6
698
July 17, 2020
Converting strings of numbers to numbers?
New to Julia
22
33392
May 29, 2018
Convert integer to bits array
New to Julia
12
15812
October 14, 2022