if (!int.TryParse(codeInput, out securityCode))
{
Console.WriteLine("{0} is a number!", codeInput);
Console.ReadLine();
}
I tried the code above but it didn't work, It only work my ageInput code. What am I doing wrong?
Edited by James.H, 24 March 2010 - 06:48 AM.


Sign In
Create Account

Back to top









