Convert.ToChar Method (Boolean)

 

Calling this method always throws InvalidCastException.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

static member ToChar : 
        value:bool -> char

Parameters

value
Type: System.Boolean

The Boolean value to convert.

Return Value

Type: System.Char

This conversion is not supported. No value is returned.

Exception Condition
InvalidCastException

This conversion is not supported.

.NET Framework
Available since 1.1
Return to top
Show: