Char

Description

The Char class represents character data type.

Properties of the Char Class

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

Methods of the Char Class

  Method name Brief description
The ToLower method makes the value of the specified variable lowercase.
The ToUpper method makes the value of the specified variable uppercase.

Properties of Variables of the Char Type

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

See also:

System Assembly Classes