Click or drag to resize

SparqlXmlFormatterFormatBooleanResult Method

Formats a Boolean Result.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string FormatBooleanResult(
	bool result
)

Parameters

result
Type: SystemBoolean
Boolean Result.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlXmlFormatter.FormatBooleanResult(System.Boolean)"]

Implements

IResultFormatterFormatBooleanResult(Boolean)
See Also