Leggere in inglese Modifica

Condividi tramite


Char.MaxValue Field

Definition

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

C#
public const char MaxValue;

Field Value

Remarks

The value of this constant is hexadecimal 0xFFFF.

Applies to

See also