System::Runtime::Serialization::IFormatterConverter::ToChar method

IFormatterConverter::ToChar method

Convierte un valor a char16_t.

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

ReturnValue

El valor convertido.

Ver también