bernardmanning
Programmer
Hi ,
I wonder if somebody could give me a push in the right direction with this one as I'm pretty new to string manipulation in C#.
if I have strings in the following formats ;
"2 Feet 6 inches"
"12 Feet 11 inches"
what's the best way to be able to retrieve the numerical value for the feet and the inches?
Thanks, Bernard...
I wonder if somebody could give me a push in the right direction with this one as I'm pretty new to string manipulation in C#.
if I have strings in the following formats ;
"2 Feet 6 inches"
"12 Feet 11 inches"
what's the best way to be able to retrieve the numerical value for the feet and the inches?
Thanks, Bernard...