Show / Hide Table of Contents

Interface ICharFormatter

Interface for Character Formatters.
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface ICharFormatter

Methods

| Improve this Doc View Source

FormatChar(Char)

Formats a Character as a String.
Declaration
[Obsolete("This form of the FormatChar() method is considered obsolete as it is inefficient", false)]
string FormatChar(char c)
Parameters
Type Name Description
System.Char c Character.
Returns
Type Description
System.String
| Improve this Doc View Source

FormatChar(Char[])

Formats a sequence of characters as a String.
Declaration
string FormatChar(char[] cs)
Parameters
Type Name Description
System.Char[] cs Characters.
Returns
Type Description
System.String String.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • FormatChar(Char)
    • FormatChar(Char[])
  • Extension Methods
Back to top Generated by DocFX