If I had a string value of
"1 - This is the number one"
Is there a method for reading just the integer value 1? I was looking and I found the method for adding each byte into an array. I supposed that I could read the first array value but that seemed to be quite a bit more work than was required. What method would you use?
"1 - This is the number one"
Is there a method for reading just the integer value 1? I was looking and I found the method for adding each byte into an array. I supposed that I could read the first array value but that seemed to be quite a bit more work than was required. What method would you use?
Comment