Version: 2022.3
언어: 한국어
public static Hash128 Parse (string hashString);

파라미터

hashString A hexadecimal-encoded hash string.

반환

Hash128 The 128-bit hash.

설명

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.