Win32FindDataHasExtension Method (String) |
Determines whether this instance has the specified extension.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool HasExtension(
string extension
)
Parameters
- extension
- Type: SystemString
The extension to test.
Return Value
Type:
Booleantrue if this instance has the specified extension.
See Also