Bridge

Decimal..::..ToChar Method

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