Click or drag to resize

StrLenFunctionValueInternal Method

Determines the Length of the given String Literal.

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

Parameters

stringLit
Type: VDS.RDFILiteralNode
String Literal.

Return Value

Type: IValuedNode

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

See Also