Mono.CSharp.ReportPrinter.FormatText C# (CSharp) 메소드

FormatText() 보호된 메소드

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