ChameleonRichTextBox MakeComment Method CleanCode C# Libraries v1.2.03 API
Converts the specified string into an end-of-line comment in the current context. If, for example, the context is SQL, the string has "-- " appended to the front.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string MakeComment(
	string value
)

Return Value

string with a comment prefix
See Also