IFormatterConverter.ToChar(Object) Method

Definition

Converts a value to a Unicode character.

public:
 char ToChar(System::Object ^ value);
public char ToChar (object value);
abstract member ToChar : obj -> char
Public Function ToChar (value As Object) As Char

Parameters

value
Object

The object to be converted.

Returns

The converted value.

Applies to