| ImageHelperUnifyFileExtension Method  | 
            Unifies file extensions.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic 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