Returns whether the specified value is alphabetic - meaning it only consists of letters.
value
public static bool IsAlphabetic(string value)
The string to validate.
true if value is alphanumeric; otherwise false.
true
false