Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Hash128 ( uint u32_0, uint u32_1, uint u32_2, uint u32_3 ) : System |
Construct the Hash128.
|
|
Parse ( string hashString ) : |
Convert the input string to Hash128.
|
|
ToString ( ) : string |
Convert Hash128 to string.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
INTERNAL_CALL_Parse ( string hashString, |
||
Internal_Hash128ToString ( uint d0, uint d1, uint d2, uint d3 ) : string |
public Hash128 ( uint u32_0, uint u32_1, uint u32_2, uint u32_3 ) : System | ||
u32_0 | uint | |
u32_1 | uint | |
u32_2 | uint | |
u32_3 | uint | |
return | System |
public static Parse ( string hashString ) : |
||
hashString | string | |
return |