ExtensionsGetSha256Hash Method |
Gets an SHA256 Hash for a URI.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static string GetSha256Hash(
this Uri u
)
<ExtensionAttribute>
Public Shared Function GetSha256Hash (
u As Uri
) As String
Parameters
- u
- Type: SystemUri
URI to get Hash Code for.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Extensions.GetSha256Hash(System.Uri)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Uri. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also