Class FileFormatUtil

FileFormatUtil class

Provides utility methods for converting file format enums to strings or file extensions and back.

public class FileFormatUtil

Constructors

NameDescription
FileFormatUtil()The default constructor.

Methods

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

See Also