Mono.CSharp.ReportPrinter.FormatText C# (CSharp) Method

FormatText() protected method

protected FormatText ( string txt ) : string
txt string
return string
		protected virtual string FormatText (string txt)
		{
			return txt;
		}