converting a string in to number
-
Hi, can anyone tell me how to write the code for this: If any number stored as a string, how can we convert the string in to number. I mean number 18 stored as a string. I want to retrieve this string as number. How can I write the code for this? thanks, Suketh
-
Hi, can anyone tell me how to write the code for this: If any number stored as a string, how can we convert the string in to number. I mean number 18 stored as a string. I want to retrieve this string as number. How can I write the code for this? thanks, Suketh
It's very complicated. :sigh: Int.Parse("18"); A little research, say 30 seconds, and you should have found the answer.:rolleyes:
only two letters away from being an asset
-
Hi, can anyone tell me how to write the code for this: If any number stored as a string, how can we convert the string in to number. I mean number 18 stored as a string. I want to retrieve this string as number. How can I write the code for this? thanks, Suketh