Click or drag to resize

IOUtilitiesFindContentType Method (Byte)

Determines the MIME type from the data provided. Based on Windows FindMimeFromData function.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string FindContentType(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The input data.

Return Value

Type: String
The content type or null if it cannot be determined.
See Also