| This will return the String value of the MIME
type. This will return the MIME type with the type, subtype
and if there is a charset value specified then
a charset parameter.
The charset parameter is an optional parameter
to the MIME type. An example a MIME type is type/subtype;
charset=value. If the type or subtype is null
then the MIME type will be wither null/subtype, type/null or if
both are null null/null.
the String representation of the MIME type |