0
someone pls explain 'parse ' method
how to use it in a simple program
2 Answers
+ 1
parse lets you get numbers from a string, if you have the string "46763" and parse it, you will get an int with the value 46763
+ 1
parse is similar to convert. parse can also be used in other operations like in Web api when you need to parse json.