HashCode.ToString Method
Converts the hash value to a base64-encoded string.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As HashCode
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The string that represents the hash value.