Gets whether the specified string is alphanumeric - meaning it only consists of numbers and letters.
public static bool IsAlphanumeric(string str)
str
The string to validate.
true if str is alphanumeric; otherwise false.
true
false