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.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- value
- Type: System String
The value to convert to a string.
Return Value
string with a comment prefixSee Also