AppKit.TextKit.Formatter.XMLDescriptor.FormatForPreview C# (CSharp) Method

FormatForPreview() public method

Formats the passed in string of text for previewing.
public FormatForPreview ( string text ) : string
text string Text.
return string
		public override string FormatForPreview (string text)
		{
			return "<pre><code>" + text + "</code></pre>";
		}
		#endregion