The Char class represents character data type.
| Property name | Brief description | |
![]() |
Chr | The Chr property returns the character, ASCII code of which is passed as the input parameter. |
| Method name | Brief description | |
![]() |
ASCII | The ASCII property returns the ACSII code of the character passed as the input parameter. |
![]() |
ToLower | The ToLower method makes the value of the specified variable lowercase. |
![]() |
ToUpper | The ToUpper method makes the value of the specified variable uppercase. |
| 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. |
See also: