Interface ICharFormatter
Interface for Character Formatters.
Assembly: dotNetRDF.dll
public interface ICharFormatter
Methods
|
Improve this Doc
View Source
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
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