ConvertFromInvariantString()
TypeConverter::ConvertFromInvariantString(const System::String&) method
Converts invariant string to object.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
Arguments
Parameter | Type | Description |
---|---|---|
text | const System::String& | Value to convert. |
Return Value
converted object.
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Converts invariant string to object.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
text | const System::String& | Value to convert. |
Return Value
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Class ITypeDescriptorContext
- Namespace System::ComponentModel
- Library Aspose.Slides