BaseFormatterFormatChar Method (Char) |
Note: This API is now obsolete.
Formats a Character for the given Format.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("This form of the FormatChar() method is considered obsolete as it is inefficient",
false)]
public virtual string FormatChar(
char c
)
<ObsoleteAttribute("This form of the FormatChar() method is considered obsolete as it is inefficient",
false)>
Public Overridable Function FormatChar (
c As Char
) As String
Parameters
- c
- Type: SystemChar
Character.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.BaseFormatter.FormatChar(System.Char)"]
Implements
ICharFormatterFormatChar(Char)See Also