FileFormatUtil

FileFormatUtil class

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

public class FileFormatUtil

Constructors

Name Description
FileFormatUtil() The default constructor.

Methods

Name Description
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