SearchValuesPolyfillTContains Method
Searches for the specified value.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
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.