StringEnum IsStringDefined Method (String) CTCT Wrapper Documented Class Library
Return the existence of the given string value within the enum.

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public bool IsStringDefined(
	string stringValue
)

Parameters

stringValue
Type: System String
String value.

Return Value

Existence of the string value
See Also