Char: MinValue (get)

MinValue

Represents the smallest possible value of a Char.



 Public Property Get MinValue ( ) As Integer

Return Values

Integer -  The constant value zero (&H0000).

Remarks

A character is represented as a Unicode code point as a UTF-16 code unit from U+0000 to U+FFFF.

Read Only.

See Also

Project CorLib Overview

Class Char Overview

Equals

Compare

ConvertToInt32

ConvertFromInt32