Char.MaxValue 欄位
定義
表示 Char 最大的可能值。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
欄位值
- Char
備註
這個常數的值是十六進位0xFFFF。The value of this constant is hexadecimal 0xFFFF.
適用於
另請參閱