Click or drag to resize

INonAggregateExpressionBuilderStrLen Method (VariableExpression)

Creates a call to the STRLEN function with a variable parameter.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
NumericExpression<int> StrLen(
	VariableExpression str
)

Parameters

str
Type: VDS.RDF.Query.Builder.ExpressionsVariableExpression
a SPARQL variable.

Return Value

Type: NumericExpressionInt32

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.StrLen(VDS.RDF.Query.Builder.Expressions.VariableExpression)"]

See Also