FreeImage.NET Class Library Reference
FreeImagePluginValidExtension Method (String, StringComparison) |
Checks whether an extension 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 ValidExtension( string extension, StringComparison comparisonType )
Parameters
- extension
- Type: SystemString
The desired extension. - comparisonType
- Type: SystemStringComparison
The string comparison type.
Return Value
Type: BooleanTrue if the extension is valid for this format, false otherwise.
See Also