Char.MinValue Field
Definition
Represents the smallest possible value of a Char. This field is constant.
public: char MinValue;
public const char MinValue;
val mutable MinValue : char
Public Const MinValue As Char
Field Value
- Char
Remarks
The value of this constant is hexadecimal 0x00.
Applies to
See also