NameFilter.IsMatch Method

SharpZip Compression Library

SharpZip Compression Library

NameFilter.IsMatch Method 

Test a value to see if it matches the filter.

public bool IsMatch(
   string testValue
);

Parameters

testValue
The value to test.

Return Value

True if the value matches, false otherwise.

See Also

NameFilter Class | ICSharpCode.SharpZipLib.Core Namespace