AOUT.CH3.LogAn.FileExtensionManager.IsSupportedExtension C# (CSharp) Method

IsSupportedExtension() public method

public IsSupportedExtension ( string fileName ) : bool
fileName string
return bool
        public bool IsSupportedExtension(string fileName)
        {
            //read some file here and determine if it is valid.
            throw new NotImplementedException();
        }
FileExtensionManager