ImageHelperUnifyFileExtension Method |
Unifies file extensions.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string UnifyFileExtension(
string extension
)
Parameters
- extension
- Type: SystemString
Extension of the file (e.x. 'jpg')
Return Value
Type:
StringCorrect extension of file.
See Also