{CompanyName} FlexyGo

StringEnum..::..IsStringDefined Method (Type, String)

Return the existence of the given string value within the enum.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static bool IsStringDefined(
	Type enumType,
	string stringValue
)
Public Shared Function IsStringDefined ( _
	enumType As Type, _
	stringValue As String _
) As Boolean

Parameters

enumType
Type: Type
Type of enum
stringValue
Type: String
String value.

Return Value

Existence of the string value