Click or drag to resize

BaseFormatterFormatBooleanResult Method

Formats a SPARQL Boolean Result for the given format.

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

Parameters

result
Type: SystemBoolean
Boolean Result.

Return Value

Type: String

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

Implements

IResultFormatterFormatBooleanResult(Boolean)
See Also