Class FileFormatUtil

FileFormatUtil class

Provides utility methods to detect file type.

public static class FileFormatUtil

Methods

NameDescription
static DetectFileFormat(Stream)Detects and returns the information about a format of a file stored in a stream.
static DetectFileFormat(string)Detects and returns the information about a format of a file.

See Also