Click or drag to resize

INonAggregateExpressionBuilderIsNumeric 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: SystemString
name of variable to check.

Return Value

Type: BooleanExpression

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

See Also