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