System > System Assembly Classes > Char
The Char class represents character data type.
Property name | Brief description | |
![]() |
Chr | The Chr property returns character, which code is passed by the CharCode parameter. |
Method name | Brief description | |
![]() |
ASCII | The ASCII method recodes the value of the specified variable from the UTF-16 encoding to the ASCII encoding. |
![]() |
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: