IOUtilitiesFindContentType Method (Byte) |
Determines the MIME type from the data provided. Based on Windows FindMimeFromData function.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string FindContentType(
byte[] bytes
)
Parameters
- bytes
- Type: SystemByte
The input data.
Return Value
Type:
StringThe content type or null if it cannot be determined.
See Also