public static Hash128 Parse (string hashString);

Parámetros

hashStringA hexadecimal-encoded hash string.

Valor de retorno

Hash128 The 128-bit hash.

Descripción

Convert a hex-encoded string into Hash128 value.

This function is the opposite of ToString - given a 32-character string it creates the 128-bit hash value.

See Also: ToString.