AppKit.TextKit.Formatter.LanguageDescriptor.FormatForPreview C# (CSharp) Méthode

FormatForPreview() public méthode

Formats the passed in string of text for previewing.
public FormatForPreview ( string text ) : string
text string Text.
Résultat string
		public virtual string FormatForPreview(string text) {
			return text;
		}