- Found in:
- Baka
Description
Documentation String
Returns true if the given character is a letter, if more than a character is passed, only the first character is checked
Caveats
Parameters
stringasChar
Examples
Auto-Generated Example
string myString__asChar
bool returnedValue = StringUtil.IsLetter(myString__asChar)