Click or drag to resize

UUIDFunctionEvaluateInternal Method

Evaluates the function by generating the URN UUID form based on the given UUID.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override IValuedNode EvaluateInternal(
	Guid uuid
)

Parameters

uuid
Type: SystemGuid
UUID.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.Sparql.String.UUIDFunction.EvaluateInternal(System.Guid)"]

See Also