System::ComponentModel::TypeConverter::ConvertFromInvariantString method
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)
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
text | const System::String& | Value to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.PDF for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
Converts invariant string to object.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
Parameter | Type | Description |
---|---|---|
text | const System::String& | Value to convert. |
ReturnValue
converted object.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.PDF for C++