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: 
Syntaxprotected override IValuedNode EvaluateInternal(
	Guid uuid
)
Protected Overrides Function EvaluateInternal ( 
	uuid As Guid
) As IValuedNode
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