Click or drag to resize

BaseUnaryStringFunctionValueInternal Method

Gets the Value of the function as applied to the given String Literal.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.String
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IValuedNode ValueInternal(
	ILiteralNode stringLit
)

Parameters

stringLit
Type: VDS.RDFILiteralNode
Simple/String typed Literal.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.String.BaseUnaryStringFunction.ValueInternal(VDS.RDF.ILiteralNode)"]

See Also