Click or drag to resize

StrUUIDFunctionEvaluateInternal Method

Evaluates the function by returning the string form of 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.StrUUIDFunction.EvaluateInternal(System.Guid)"]

See Also