Bamboo.Prevalence.Util.Tests.SnapshotTakerTest.FormatCommandLogName C# (CSharp) Method

FormatCommandLogName() static private method

static private FormatCommandLogName ( int number ) : string
number int
return string
		static string FormatCommandLogName(int number)
		{
			return string.Format(NumberedFileBase.LogFileNameFormat, number);
		}