C# Class NIST.DMC.FormatManagerFactory

Mostra file Open project: usnistgov/DT4SM

Public Methods

Method Description
GetInstance ( string file ) : FormatManager

Factory that creates the right FormatManager instance based on a file's extension

Method Details

GetInstance() public static method

Factory that creates the right FormatManager instance based on a file's extension
public static GetInstance ( string file ) : FormatManager
file string Path to the file for which a FormatManager is required
return FormatManager