T
trint
I need to know if this string, which will always vary is a letter or a
number value AND if it is a letter, to only get the number, which is
obviously 7000:
string prodID = "us7000";
is Parse, the best way to get this?
Thanks,
Trinity
number value AND if it is a letter, to only get the number, which is
obviously 7000:
string prodID = "us7000";
is Parse, the best way to get this?
Thanks,
Trinity