Parse()
Enum::Parse(const String&, bool) method
Converts the specfied string into equivalent enum constant.
static E System::Enum<E, Guard>::Parse(const String &str, bool ignoreCase=false)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | String that is interpreted as containing the name of enum constant |
ignoreCase | bool | Specifies if the case should be ignored when interpreting the string |
Return Value
The enumeration constant whose name is specified in str
See Also
- Class String
- Struct Enum
- Namespace System
- Library Aspose.Slides