Click or drag to resize

SparqlFormatterFormatBooleanResult Method

Formats a Boolean Result.

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

Parameters

result
Type: SystemBoolean
Boolean Result.

Return Value

Type: String

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

Implements

IResultFormatterFormatBooleanResult(Boolean)
IResultFormatterFormatBooleanResult(Boolean)
See Also