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: 
SyntaxNumericExpression<int> StrLen(
	VariableExpression str
)
Function StrLen ( 
	str As VariableExpression
) As NumericExpression(Of Integer)
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