Convert..::..ToChar Method (Boolean)
Calling this method always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToChar( bool value )
<TemplateAttribute> _ Public Shared Function ToChar ( _ value As Boolean _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToChar( bool^ value )
Parameters
- value
- Type: System..::..Boolean
The Boolean value to convert.