System::ComponentModel::TypeConverter::ConvertFromString metod
Innehåll
[
Dölj
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Konverterar sträng till 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 | Type | Beskrivning |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object konverteringskontextinformation. |
| kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur att använda vid konvertering av objekt. |
| text | const System::String& | Värde att konvertera. |
ReturnValue
konverterat objekt.
Se även
- 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
Konverterar sträng till objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parameter | Type | Beskrivning |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object konverteringskontextinformation. |
| text | const System::String& | Värde att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromString(const System::String&) method
Konverterar sträng till objekt.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
| Parameter | Type | Beskrivning |
|---|---|---|
| text | const System::String& | Värde att konvertera. |
ReturnValue
konverterat objekt.
Se även
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++