How do i convert from string to int in F#?
As an example i'd like to pass
let someString = "123
to let someInt = 123
I cant really find any parse methods that work for me..
This question is not about parsing from int to String, but string to int. Not duplicate of a related question.
Any ideas?
Thanks in advance