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