Char.MinValue Feld
Definition
Stellt den kleinstmöglichen Wert von Char dar.Represents the smallest possible value of a Char. Dieses Feld ist konstant.This field is constant.
public: char MinValue;
public const char MinValue;
val mutable MinValue : char
Public Const MinValue As Char
Feldwert
- Char
Hinweise
Der Wert dieser Konstante ist hexadezimal 0x00.The value of this constant is hexadecimal 0x00.
Gilt für:
Siehe auch