public static bool ContainsAny( this string value, params string[] values )
Dim value As String Dim values As String() Dim returnValue As Boolean returnValue = value.ContainsAny(values)
public: [ExtensionAttribute] static bool ContainsAny( String^ value, ... array<String^>^ values )
No code example is currently available or this language may not be supported.
In This Article