FileMask FitsOneOfMultipleMasks Method CleanCode C# Libraries v1.2.03 API
Determines whether the given file name matches one or more of the specified masks.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool FitsOneOfMultipleMasks(
	string fileName
)

Parameters

fileName
Type: OnlineSystem String
Name of the file. Multiple masks may be included (in the Mask property) by separating them with lines, commas, spaces, or vertical bars.

Return Value

Boolean indicating whether the file name matches one or more masks.
See Also