Click or drag to resize
ImageHelperUnifyFileExtension Method
Unifies file extensions.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string UnifyFileExtension(
	string extension
)

Parameters

extension
Type: SystemString
Extension of the file (e.x. 'jpg')

Return Value

Type: String
Correct extension of file.
See Also