Click or drag to resize

StringArrayExtensions Methods

Methods
  NameDescription
Public methodStatic memberContains(String, String)
Determines if any of the items in the specified data array match the specified key using the current culture's string comparison settings.
Public methodStatic memberContains(String, String, StringComparison)
Determines if any of the items in the specified data array match the specified key using specified string comparison settings.
Top
See Also