Latest posts on tagged on "MVC"

how to convert string to int in .net C# ?

26 February 2016

If you have a string such as "456", you cannot do math with it, or use it anywhere you could use an integer unless you first need to convert it to the int type.