System::Runtime::Serialization::FormatterConverter::Convert طريقة

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

معلومات RTTI.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type) override
ParameterTypeالوصف
valueSystem::SharedPtr<Object>الكائن المراد تحويله.
typeconst TypeInfo&الـ System::TypeInfo الذي سيُحوَّل إليه القيمة.

ReturnValue

القيمة المحوّلة.

ملاحظات

يحوّل قيمة إلى الـ System::TypeInfo.

انظر أيضًا

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

يحوّل قيمة إلى الـ System::TypeCode.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode) override
ParameterTypeالوصف
valueSystem::SharedPtr<Object>الكائن المراد تحويله.
typeCodeTypeCodeالـ System::TypeCode التي سيتم تحويل القيمة إليها.

ReturnValue

القيمة المحوّلة.

انظر أيضًا