phreaky
Regular
How can I compare two numeric string to see which one is bigger?, I mean, I have two strings submited by textboxes....I try to compare if sting a (14) is bigger than string B (9), but it keeps saying me B is bigger (if I just compare textbox1 < textbox2). How can I compare two strings by its numeric values?
I tried to use convert.toint16, but it says I give the string in bad format. How can I compare those???
I tried to use convert.toint16, but it says I give the string in bad format. How can I compare those???