FreeImage.NET Class Library Reference
FreeImagePluginValidFilename Method (String, StringComparison) |
Checks whether a filename is valid for this format.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool ValidFilename( string filename, StringComparison comparisonType )
Parameters
- filename
- Type: SystemString
The desired filename. - comparisonType
- Type: SystemStringComparison
The string comparison type.
Return Value
Type: BooleanTrue if the filename is valid for this format, false otherwise.
See Also