AppKit.TextKit.Formatter.LanguageDescriptor.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 virtual string FormatForPreview(string text) {
			return text;
		}