NDepend.API Documentation
ContainsAny(String,String,String,String) Method
NDepend.Helpers Namespace > ExtensionMethodsString Class > ContainsAny Method : ContainsAny(String,String,String,String) Method
This string.
One of the string that might be contained by thisString.
One of the string that might be contained by thisString.
One of the string that might be contained by thisString.
Gets a value indicating whether this string contains any case sensitive of the strings specified.
Syntax
[Extension()]
public static bool ContainsAny( 
   string thisString,
   string str0,
   string str1,
   string str2
)

Parameters

thisString
This string.
str0
One of the string that might be contained by thisString.
str1
One of the string that might be contained by thisString.
str2
One of the string that might be contained by thisString.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsString Class
ExtensionMethodsString Members
Overload List