StringEnumIsStringDefined Method (Type, String, Boolean) AndroidLib - Beatsleigher Edition
Return the existence of the given string value within the enum.

Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static bool IsStringDefined(
	Type enumType,
	string stringValue,
	bool ignoreCase
)

Parameters

enumType
Type: SystemType
Type of enum
stringValue
Type: SystemString
String value.
ignoreCase
Type: SystemBoolean
Denotes whether to conduct a case-insensitive match on the supplied string value

Return Value

Type: Boolean
Existence of the string value
See Also

Reference