SearchValuesPolyfillTContains Method
Searches for the specified value.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public bool Contains(
char value
)
Public Function Contains (
value As Char
) As Boolean
public:
bool Contains(
wchar_t value
)
member Contains :
value : char -> bool
- value Char
- The value to search for.
Booleantrue if
value was found; otherwise,
false.