0
Can I put this code?
int.parse Instead of: Covert.Toint32
2 Respostas
+ 2
No, but why?
"parse" is used for taking a number from a mixed text (string of text and numbers), but
"convert" is used when we have a number in text (string) format.
This is why these are different. 💡
0
Yes, if you converting from string.
For other types it won't work.