편집

다음을 통해 공유


IHasher.Hash(Byte[]) Method

Definition

The hash.

public int Hash(byte[] data);
abstract member Hash : byte[] -> int
Public Function Hash (data As Byte()) As Integer

Parameters

data
Byte[]

The data to hash.

Returns

The given bytes hashed.

Applies to