Return the existence of the given string value within the enum.
Namespace: CTCT.UtilAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsStringDefined(
string stringValue,
bool ignoreCase
)
public bool IsStringDefined(
string stringValue,
bool ignoreCase
)
Public Function IsStringDefined ( _
stringValue As String, _
ignoreCase As Boolean _
) As Boolean
Public Function IsStringDefined ( _
stringValue As String, _
ignoreCase As Boolean _
) As Boolean
public:
bool IsStringDefined(
String^ stringValue,
bool ignoreCase
)
public:
bool IsStringDefined(
String^ stringValue,
bool ignoreCase
)
member IsStringDefined :
stringValue : string *
ignoreCase : bool -> bool
member IsStringDefined :
stringValue : string *
ignoreCase : bool -> bool
Parameters
- stringValue
- Type: System String
String value.
- ignoreCase
- Type: System Boolean
Denotes whether to conduct a case-insensitive match on the supplied string value
Return Value
Existence of the string value