Método System::Runtime::Serialization::IFormatterConverter::ToChar

IFormatterConverter::ToChar method

Convierte un valor a un char16_t.

virtual char16_t System::Runtime::Serialization::IFormatterConverter::ToChar(System::SharedPtr<Object> value)=0
ParámetroTipoDescripción
valorSystem::SharedPtr<Object>El objeto a convertir.

ReturnValue

El valor convertido.

Ver también