BatchGuy.App.CreateEAC3ToBatchForm.IsBatchGuyEac3toSettingsFile C# (CSharp) Méthode

IsBatchGuyEac3toSettingsFile() private méthode

private IsBatchGuyEac3toSettingsFile ( string file ) : bool
file string
Résultat bool
        private bool IsBatchGuyEac3toSettingsFile(string file)
        {
            if (file.EndsWith(_settingsExtension))
                return true;
            else
                return false;
        }
CreateEAC3ToBatchForm