System::EnumValuesBase::ToObject 方法
EnumValuesBase::ToObject(const TypeInfo&, const SharedPtr<Object>&) method
将具有整数值的指定对象转换为枚举成员。
static SharedPtr<Object> System::EnumValuesBase::ToObject(const TypeInfo &type, const SharedPtr<Object> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 类型 | const TypeInfo& | 要返回的枚举类型。 |
| 值 | const SharedPtr<Object>& | 要转换为枚举成员的值。 |
ReturnValue
一个枚举对象,其值为 value。
另见
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.Font for C++
EnumValuesBase::ToObject(const TypeInfo&, uint64_t) method
转换指定的 64 位无符号整数值为枚举成员。
static SharedPtr<Object> System::EnumValuesBase::ToObject(const TypeInfo &type, uint64_t value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 类型 | const TypeInfo& | 要返回的枚举类型。 |
| 值 | uint64_t | 要转换为枚举成员的值。 |
ReturnValue
一个枚举实例,设置为 value。
另见
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.Font for C++