Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
parse and tryparse converts(parses) string to other datatype.it is available for almost all the datatypes e:g int.parse ,datetime.parse.use parse when you are sure that it can be converted.when you are not sure that the string could be converted e:g a users input use tryparse,it returns true if the string is parsed and returns false if it falls to parse the string.
12th Oct 2018, 12:53 PM
Asgar Ali
Asgar Ali - avatar