SILUBS.ScriptureChecks.QuotationCheckUnitTest.FormatMessage C# (CSharp) Method

FormatMessage() public static method

public static FormatMessage ( string format, int level ) : string
format string
level int
return string
		public static string FormatMessage(string format, int level)
		{
			return string.Format(format, level);
		}
QuotationCheckUnitTest