ConvertFrom()
Contents
[
Hide
]TypeConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Converts objects.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
value | const System::SharedPtr<System::Object>& | Object to convert. |
Return Value
converted object.
TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converts objects.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
value | const System::SharedPtr<System::Object>& | Object to convert. |
Return Value
converted object.
TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Converts string to object.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
value | const System::String& | Value to convert. |
Return Value
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Class ITypeDescriptorContext
- Class CultureInfo
- Class String
- Namespace System::ComponentModel
- Library Aspose.Slides