Click or drag to resize
GraphicUtilNormalizeMIMEType Method
Public API of XMLmind XSL-FO Converter for .NET
Returns specified MIME type after ``normalizing'' it.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static string NormalizeMIMEType(
	string format
)

Parameters

format
Type: SystemString
a MIME type

Return Value

Type: String
normalized MIME type
Remarks
For example, returns "text/html" for "TEXT/HTML; CHARSET=UTF-8". Other example, returns "image/jpeg" for "image/jpg".
See Also