How to parse negative number strings?
strings may be of the form:
-123.23
(123.23)
123.23-
is there a class that will convert any of the above strings to a number?
if not, what is the best way to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Building on WarrenFaiths answer you can add this:
Im sorry if the replace methods are wrong, please correct me.