Méthode ConvertFromInvariantString de System::ComponentModel::TypeConverter
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Convertit une chaîne invariante en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Paramètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informations de contexte de conversion. |
| text | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
Convertit une chaîne invariante en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| Paramètre | Type | Description |
|---|---|---|
| text | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++