StringEnumIsStringDefined Method (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 bool IsStringDefined(
	string stringValue,
	bool ignoreCase
)

Parameters

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