Bridge

Decimal ExplicitNarrowingExplicitExplicitExplicit Conversion (Decimal to Char)

Defines an explicit conversion of a Decimal to a Unicode character.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static explicit operator char (
	decimal value
)
Public Shared Narrowing Operator CType ( _
	value As Decimal _
) As Char
static explicit operator wchar_t^ (
	Decimal^ value
)

Parameters

value
Type: System..::..Decimal
The value to convert.

Return Value

A Unicode character that represents the converted Decimal.

Exceptions


ExceptionCondition
System..::..OverflowExceptionvalue is less than MinValue or greater than MaxValue.