BaseUUIDFunction.EvaluateInternal Method |
Method to be implemented by derived classes to implement the actual logic of turning the generated UUID into a RDF term.
Namespace:
VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected abstract IValuedNode EvaluateInternal(
Guid uuid
)
Protected MustOverride Function EvaluateInternal (
uuid As Guid
) As IValuedNode
Parameters
- uuid
- Type: System.Guid
UUID.
Return Value
Type:
IValuedNode[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.Sparql.String.BaseUUIDFunction.EvaluateInternal(System.Guid)"]
See Also