System::Runtime::Serialization::IFormatterConverter::ToString metodo

IFormatterConverter::ToString method

Converte un valore in una String.

virtual String System::Runtime::Serialization::IFormatterConverter::ToString(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche