I'm very new to c#, and want to be able to take a string from a textbox, convert it to int, do some calculations with it, then convert it back to string.
Presuming A is the string value and b is the int value, what piece of code would perform the conversion, and then back again.
thanks