Platforms to show: All Mac Windows Linux Cross-Platform
MimeTypeToFileExtensionMBS(MimeType as String) as string
Function:
Returns file extension for given mime type.
Example:
Notes:
Extension is returned with dot prefix.
Please report any missing file extensions in our lookup table, so we can add more.
See also FileExtensionToMimeTypeMBS.
Returns empty string if not found.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | CURL | MBS CURL Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
dim FileExtension as string = MimeTypeToFileExtensionMBS("application/pdf")
dim MimeType as string = FileExtensionToMimeTypeMBS("pdf")
Break
Extension is returned with dot prefix.
Please report any missing file extensions in our lookup table, so we can add more.
See also FileExtensionToMimeTypeMBS.
Returns empty string if not found.
Blog Entries
The items on this page are in the following plugins: MBS CURL Plugin.
