JVCL Help:MIMETypeToExt
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: MIMETypeToExt function
[+] JvID3v2Base.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a MIME string to a file extension.
Pascal
run\JvID3v2Base.pas
functionMIMETypeToExt(constMIMEType: string): string;
Parameters
Parameters | Description |
const MIMEType: string | The MIME string to convert. |
Description
Call MIMETypeToExt to convert a MIME string to a file extension.
Examples are:
MIMEType | Result |
image/jpeg | .jpg |
image/png | .png |
image/gif | .gif |
image/tiff | .tif |
image/x-pict | .pic |
image/bitmap | .bmp |
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page