StringEnumIsStringDefined Method (String) 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
)

Parameters

stringValue
Type: SystemString
String value.

Return Value

Type: Boolean
Existence of the string value
See Also

Reference