NameFilter.IsIncluded Method

SharpZip Compression Library

SharpZip Compression Library

NameFilter.IsIncluded Method 

Test a value to see if it is included by the filter.

public bool IsIncluded(
   string testValue
);

Parameters

testValue
The value to test.

Return Value

True if the value is included, false otherwise.

See Also

NameFilter Class | ICSharpCode.SharpZipLib.Core Namespace