System::Runtime::Serialization::IFormatterConverter::ToString método

IFormatterConverter::ToString method

Convierte un valor a un String.

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

ReturnValue

El valor convertido.

Ver también