Click or drag to resize
ImageHelperStringToImageFormat Method
Gets string name of image format.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static ImageFormat StringToImageFormat(
	string currentFormat
)

Parameters

currentFormat
Type: SystemString

Return Value

Type: ImageFormat
Converted format
See Also