StringHelper..::..ContainsAny Method

Determines whether the specified characters contains any.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool ContainsAny(
	string value,
	char[] characters
)

Parameters

value
Type: String
The value.
characters
Type: array<Char>[]()[][]
The characters.

Return Value

true if the specified characters contains any; otherwise, false.