Hash128.Parse

Declaration

public static Hash128 Parse(string hashString);

Parameters

hashString A hexadecimal-encoded hash string.

Returns

Hash128 The 128-bit hash.

Description

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.

Additional resources: ToString.


Did you find this page useful? Please give it a rating: