This may seem like a silly question, but how do I verify that the data a user enters is the right type of data. That is, I need a number to do math with, I can't allow the user to enter text. How do I check this at runtime?