Summary
Does the `text` contain the `character` (ignoring case)?
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static bool ContainsCaseInsensitive(string text, char character)
Parameters
Name | Type | Description |
---|---|---|
text | string | |
character | char |
Return Value
Type | Description |
---|---|
bool |