Click or drag to resize

INonAggregateExpressionBuilder.IsNumeric Method (String)

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

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
BooleanExpression IsNumeric(
	string variableName
)

Parameters

variableName
Type: System.String
name of variable to check.

Return Value

Type: BooleanExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.IsNumeric(System.String)"]

See Also