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

FormatterConverter::ToChar method

Convierte un valor a char16_t.

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

ReturnValue

El valor convertido.

Ver también