System::Runtime::Serialization::FormatterConverter::Convert metodo

FormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method

Informazioni RTTI.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.
typeconst TypeInfo&Il System::TypeInfo in cui il valore deve essere convertito.

ReturnValue

Il valore convertito.

Osservazioni

Converte un valore nel System::TypeInfo.

Vedi anche

FormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method

Converte un valore nel System::TypeCode.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.
typeCodeTypeCodeIl System::TypeCode in cui il valore deve essere convertito.

ReturnValue

Il valore convertito.

Vedi anche