|
Property name |
Brief description |
|
Asc |
The Asc property returns the character code. |
|
IsDigit |
The IsDigit property returns whether the variable contains a decimal. |
|
IsLetter |
The IsLetter property returns whether the variable contains letters. |
|
IsLetterOrDigit |
The IsLetterOrDigit property returns whether the variable contains letters or decimals. |
|
IsLower |
The IsLower property returns whether the variable contains a lowercase value. |
|
IsUpper |
The IsUpper property returns whether the variable contains an uppercase value. |