System::ComponentModel::TypeConverter::ConvertFromInvariantString méthode
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 information de contexte de conversion. |
| texte | 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.Font 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 |
|---|---|---|
| texte | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++