Click or drag to resize

BaseHashFunctionHash Method

Computes Hashes.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Hash
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string Hash(
	string input
)

Parameters

input
Type: SystemString
Input String.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.Sparql.Hash.BaseHashFunction.Hash(System.String)"]

See Also