Parse(string)
Convert a hex-encoded string into Hash128 value.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Hash128 Parse(string hashString)
Parameters
A hexadecimal-encoded hash string.
Returns
Type | Description |
|---|---|
| Hash128 | The 128-bit hash. |
Remarks
This function is the opposite of Hash128.ToString - given a 32-character string it creates the 128-bit hash value.
Additional Resources: Hash128.ToString.