"ImportFormatString" (Interpreter Type)
Standard name of an import format.
Details
- "ImportFormatString" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ImportFormatString" does not require connectivity to the Wolfram Cloud.
Allowed Forms
- Formats like those found in $ImportFormats.
Restriction Specifications
-
Restricted["ImportFormatString",{{choice1,…}}] one among choices Restricted["ImportFormatString",type] an import format of the given type
Interpretation
- "ImportFormatString" yields the import format as a string.
Examples
Basic Examples (2)
Interpreter["ImportFormatString"]["image/png"]Interpreter["ImportFormatString"]["mp3"]Interpreter[Restricted["ImportFormatString", "Image"]]["jpeg"]Interpreter[Restricted["ImportFormatString", "Image"]]["MP3"]See Also
Interpreter Restricted Failure Import $ImportFormats
Interpreter Types: ExportFormatString MIMETypeString FileFormat FileName UploadedFile CachedFile Image Graphics Sound ComputedFileFormat
Related Guides
History
Introduced in 2016 (11.0)