Click or drag to resize

SparqlFormatter.FormatBooleanResult 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: System.Boolean
Boolean Result.

Return Value

Type: String

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

Implements

IResultFormatter.FormatBooleanResult(Boolean)
IResultFormatter.FormatBooleanResult(Boolean)
See Also