Gets the default extension for the specified MIME type.
public static string GetMimeTypeExtension(
string mimeType
)
Public Shared Function GetMimeTypeExtension( _
ByVal mimeType As String _
) As String
public static string GetMimeTypeExtension(
string mimeType
)
function Leadtools.Codecs.RasterCodecs.GetMimeTypeExtension(
mimeType
)
public:
static String^ GetMimeTypeExtension(
String^ mimeType
)
mimeType
The MIME type requested.
A string containing the file extension for the specified MIME type (without the ".").
This method will return the default file extension commonly used with file of types mimeType. For example, "image/jpeg" MIME type (JPEG raster image files) commonly have "jpg" extensions, "application/pdf" (Adobe PDF files) commonly have "pdf" extensions and so forth.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET