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
)
Protected Overridable Function Hash (
input As String
) As String
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