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