System::EnumValuesBase::Parse method
Contents
[
Hide
]EnumValuesBase::Parse method
Returns an object that represents a value of enumeration constant of the specified enumeration type with the specified name.
static SharedPtr<Object> System::EnumValuesBase::Parse(const TypeInfo &type, const String &str, bool ignoreCase)
Parameter | Type | Description |
---|---|---|
type | const TypeInfo& | The TypeInfo object representing the type of the enumeration value to return |
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
An object that represents the value of the enum constant whose name is specified in str.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class String
- Class EnumValuesBase
- Namespace System
- Library Aspose.PUB for C++