How can I check if my input is a particular kind of string. So no numeric, no “/”,…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, to check that an input is actually an object of type
System.String, you can simply do:To check that a
stringcontains only letters, you could do something like this:If you wanted to combine these, you could do so: