Interface ICommentFormatter
Interface for Comment Formatters.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface ICommentFormatter
Methods
| Edit this page View SourceFormatComment(string)
Formats a String as comment String with the specified text.
Declaration
string FormatComment(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The comment String text. |
Returns
Type | Description |
---|---|
string | Comment string. |