Show / Hide Table of Contents

Interface ICommentFormatter

Interface for Comment Formatters.

Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public interface ICommentFormatter

Methods

| Edit this page View Source

FormatComment(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.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • FormatComment(string)
  • Extension Methods
Back to top Generated by DocFX