Click or drag to resize

ICharFormatterFormatChar Method (Char)

Note: This API is now obsolete.

Formats a Character as a String.

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)]
string FormatChar(
	char c
)

Parameters

c
Type: SystemChar
Character.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.ICharFormatter.FormatChar(System.Char)"]

See Also