Bridge

Convert..::..ToChar Method (Decimal)

Calling this method always throws InvalidCastException.

Namespace:  System
Assembly:  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.

Return Value

This conversion is not supported. No value is returned.

Exceptions


ExceptionCondition
System..::..InvalidCastExceptionThis conversion is not supported.