Edytuj

Udostępnij za pośrednictwem


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