Char.MaxValue Field

Definition

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

public: char MaxValue;
public const char MaxValue;
val mutable MaxValue : char
Public Const MaxValue As Char 

Field Value

Remarks

The value of this constant is hexadecimal 0xFFFF.

Applies to

See also