public static CommonContentType?GetFileTypeFromContent(byte[] fileBytes) { return(FileTypeIdentifier.GetFileTypeFromContent(fileBytes)); }
public static CommonContentType?GetFileTypeFromContent(string filePath) { return(FileTypeIdentifier.GetFileTypeFromContent(filePath)); }