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.