StringEnumParse Method (Type, String) AndroidLib - Beatsleigher Edition
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

public static Object Parse(
	Type type,
	string stringValue
)

Parameters

type
Type: SystemType
Type.
stringValue
Type: SystemString
String value.

Return Value

Type: Object
Enum value associated with the string value, or null if not found.
See Also

Reference