System::ComponentModel::TypeConverter::ConvertToInvariantString 方法
TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
将对象转换为不变字符串。
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 转换上下文信息。 |
| value | const System::SharedPtr<System::Object>& | Object 要转换的。 |
ReturnValue
已转换的对象。
另见
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object>&) method
将对象转换为不变字符串。
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object 要转换的。 |
ReturnValue
已转换的对象。
另见
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++