IFormatterConverter::ToChar Method (Object^)

 

Converts a value to a Unicode character.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

wchar_t ToChar(
	Object^ value
)

Parameters

value
Type: System::Object^

The object to be converted.

Return Value

Type: System::Char

The converted value.

.NET Framework
Available since 1.1
Return to top
Show: