Table of Contents

Struct char

Namespace
System
Assembly
mscorlib.dll

Represents a character as a UTF-16 code unit.

public char
Inherited Members

Fields

MaxValue

Represents the largest possible value of a Char. This field is constant.

public const char MaxValue = '\uffff'

Field Value

char

MinValue

Represents the smallest possible value of a Char. This field is constant.

public const char MinValue = '\0'

Field Value

char

Methods

ToLower()

Returns the lower case character.

public char ToLower()

Returns

char

The lower case character.

ToString()

Converts the value of this instance to its equivalent string representation.

public override string ToString()

Returns

string

The string representation of the value of this instance.

ToUpper()

Returns the upper case character.

public char ToUpper()

Returns

char

The upper case character.