Click or drag to resize

IResultFormatterFormatBooleanResult Method

Formats a Boolean Result as a String.

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

Parameters

result
Type: SystemBoolean
Boolean Result.

Return Value

Type: String

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

See Also