Char

Description

The Char class represents character data type.

Properties of the Char Class

  Property name Brief description
Chr The Chr property returns character, which code is passed by the CharCode parameter.

Methods of the Char Class

  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.

Properties of Variables of the Char Type

  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:

System Assembly Classes