Mono.CSharp.ReportPrinter.FormatText C# (CSharp) Méthode

FormatText() protected méthode

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