System::EnumValues::GetValueOf method
EnumValues::GetValueOf method
Returns boxed value of the enum constant with the specified name.
virtual SharedPtr<Object> System::EnumValues<E, Guard>::GetValueOf(const String &str, bool ignoreCase) const override
Parameter | Type | Description |
---|---|---|
str | const String& | The name of the enum constant |
ignoreCase | bool | Specifeis if the case should be ignored when interpreting the name of the enum constant |
ReturnValue
A boxed value of the enum constant whose name is specified in str.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class EnumValues
- Namespace System
- Library Aspose.PUB for C++