{CompanyName} FlexyGo

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

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

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

Syntax


public bool IsStringDefined(
	string stringValue,
	bool ignoreCase
)
Public Function IsStringDefined ( _
	stringValue As String, _
	ignoreCase As Boolean _
) As Boolean

Parameters

stringValue
Type: String
String value.
ignoreCase
Type: Boolean
Denotes whether to conduct a case-insensitive match on the supplied string value

Return Value

Existence of the string value