System::ComponentModel::TypeConverter::ConvertFromInvariantString 方法
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
将不变字符串转换为对象。
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(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::ConvertFromInvariantString(const System::String&) method
将不变字符串转换为对象。
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| 参数 | 类型 | 描述 |
|---|---|---|
| 文本 | const System::String& | 要转换的值。 |
ReturnValue
已转换的对象。
另见
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++