Click or drag to resize

ImageUtilsToMimeType Method (String)

Gets the MIME type for the specified file extension.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToMimeType(
	string sFileExt
)

Parameters

sFileExt
Type: SystemString
The image file extension in question.

Return Value

Type: String
The MIME type string for the specified file extension, null if not known.
See Also