RetailBarcodeMaskCharacter.isLetter Method
Searches a string for the first occurrence of one of the specified characters.
Syntax
public boolean isLetter(str _letter)
Run On
Called
Parameters
- _letter
Type: str
The string value to be searched.
Return Value
Type: boolean
true if the string to be searched is found; otherwise, false.