Метод System::ComponentModel::TypeConverter::ConvertFromString
Содержание
[
Скрывать
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Преобразует строку в объект.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
| Параметр | Тип | Описание |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object информация о контексте преобразования. |
| культура | const System::SharedPtr<System::Globalization::CultureInfo>& | Культура, используемая при преобразовании объектов. |
| текст | const System::String& | Значение для преобразования. |
ReturnValue
преобразованный объект.
См. также
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Преобразует строку в объект.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Параметр | Тип | Описание |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object информация о контексте преобразования. |
| текст | const System::String& | Значение для преобразования. |
ReturnValue
преобразованный объект.
См. также
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertFromString(const System::String&) method
Преобразует строку в объект.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
| Параметр | Тип | Описание |
|---|---|---|
| текст | const System::String& | Значение для преобразования. |
ReturnValue
преобразованный объект.
См. также
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++