Parses the supplied enum and string value to find an associated enum value.
Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
Parameters
- type
- Type: SystemType
Type. - stringValue
- Type: SystemString
String value. - ignoreCase
- Type: SystemBoolean
Denotes whether to conduct a case-insensitive match on the supplied string value
Return Value
Type: ObjectEnum value associated with the string value, or null if not found.
See Also