HashCode 建構函式 (String)
建構 base64 編碼的字串,包含代表雜湊值的位元組以建立雜湊程式碼物件的類別。
命名空間: Microsoft.BusinessData.Infrastructure
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Sub New ( _
base64EncodedHashCode As String _
)
'用途
Dim base64EncodedHashCode As String
Dim instance As New HashCode(base64EncodedHashCode)
public HashCode(
string base64EncodedHashCode
)
參數
base64EncodedHashCode
類型:System.String代表雜湊值的字串。