System::ComponentModel::TypeConverter::ConvertFromString Methode
Inhalt
[
Ausblenden
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Konvertiert Zeichenkette in Objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| text | const System::String& | Wert zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Konvertiert Zeichenkette in Objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| text | const System::String& | Wert zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromString(const System::String&) method
Konvertiert Zeichenkette in Objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
| Parameter | Typ | Beschreibung |
|---|---|---|
| text | const System::String& | Wert zum Konvertieren. |
ReturnValue
konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++