ImageUtilsToMimeType Method (String) |
Gets the MIME type for the specified file extension.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ToMimeType(
string sFileExt
)
Public Shared Function ToMimeType (
sFileExt As String
) As String
Parameters
- sFileExt
- Type: SystemString
The image file extension in question.
Return Value
Type:
StringThe MIME type string for the specified file extension, null if not known.
See Also