SearchValuesPolyfillTContains Method

Searches for the specified value.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public bool Contains(
	char value
)

Parameters

value  Char
The value to search for.

Return Value

Boolean
true if value was found; otherwise, false.

See Also