ArgusTV.Recorder.MediaPortalTvServer.Wizards.ImportChannels.FinishPage.FormatRecordingsLabel C# (CSharp) Метод

FormatRecordingsLabel() приватный Метод

private FormatRecordingsLabel ( string format1, string format, int count ) : string
format1 string
format string
count int
Результат string
        private string FormatRecordingsLabel(string format1, string format, int count)
        {
            return String.Format(CultureInfo.CurrentCulture, count == 1 ? format1 : format, count);
        }