Utils.CalculateIdHash(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule une valeur de hachage entière en fonction du hachage d’identité cohérent d’une chaîne.
public static int CalculateIdHash (string text);
static member CalculateIdHash : string -> int
Public Function CalculateIdHash (text As String) As Integer
Paramètres
- text
- String
Chaîne à hacher.
Retours
Hachage entier pour la chaîne.