System::EnumValuesBase::ToObject method
Contents
[
Hide
]EnumValuesBase::ToObject(const TypeInfo&, const SharedPtr<Object>&) method
Converts the specified object with an integer value to an enumeration member.
static SharedPtr<Object> System::EnumValuesBase::ToObject(const TypeInfo &type, const SharedPtr<Object> &value)
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | The enumeration type to return. |
value | const SharedPtr<Object>& | The value convert to an enumeration member. |
ReturnValue
An enumeration object whose value is value.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.PUB for C++
EnumValuesBase::ToObject(const TypeInfo&, uint64_t) method
Converts the specified 64-bit unsigned integer value to an enumeration member.
static SharedPtr<Object> System::EnumValuesBase::ToObject(const TypeInfo &type, uint64_t value)
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | The enumeration type to return. |
value | uint64_t | The value to convert to an enumeration member. |
ReturnValue
An instance of the enumeration set to value.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class EnumValuesBase
- Namespace System
- Library Aspose.PUB for C++