PatternCollection.Matches Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified value matches any pattern in the collection.
public bool Matches(string value)Parameters
valuestring- The value to check for.
