Parses the supplied enum and string value to find an associated enum value (case sensitive).
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.
Return Value
Type: ObjectEnum value associated with the string value, or null if not found.
See Also