System::Runtime::Serialization::FormatterConverter::Convert yöntemi

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

RTTI bilgisi.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type) override
ParametreTürAçıklama
değerSystem::SharedPtr<Object>Dönüştürülecek nesne.
typeconst TypeInfo&Değerin dönüştürüleceği System::TypeInfo.

ReturnValue

Dönüştürülmüş değer.

Açıklamalar

Bir değeri verilen System::TypeInfo tipine dönüştürür.

Ayrıca Bakınız

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

Bir değeri verilen System::TypeCode tipine dönüştürür.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode) override
ParametreTürAçıklama
değerSystem::SharedPtr<Object>Dönüştürülecek nesne.
typeCodeTypeCodeDeğerin dönüştürüleceği System::TypeCode.

ReturnValue

Dönüştürülmüş değer.

Ayrıca Bakınız