HashCode Constructor (String)
Constructs the class to create the hash code object with a base64-encoded string that contains the bytes representing the hash value.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
base64EncodedHashCode As String _
)
'Usage
Dim base64EncodedHashCode As String
Dim instance As New HashCode(base64EncodedHashCode)
public HashCode(
string base64EncodedHashCode
)
Parameters
base64EncodedHashCode
Type: System.StringA string that represents the hash value.