AppKit.TextKit.Formatter.LanguageDescriptor.FormatForPreview C# (CSharp) 메소드

FormatForPreview() 공개 메소드

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