Property | Type | Description | |
---|---|---|---|
i0 | byte | ||
i1 | byte | ||
i10 | byte | ||
i11 | byte | ||
i12 | byte | ||
i13 | byte | ||
i14 | byte | ||
i15 | byte | ||
i2 | byte | ||
i3 | byte | ||
i4 | byte | ||
i5 | byte | ||
i6 | byte | ||
i7 | byte | ||
i8 | byte | ||
i9 | byte |
Method | Description | |
---|---|---|
IsValid ( ) : bool |
A valid NetworkHash has a non-zero value.
|
|
Parse ( string text ) : |
This parses the string representation of a NetworkHash into a binary object.
|
|
Reset ( ) : void |
Resets the value of a NetworkHash to zero (invalid).
|
|
ToString ( ) : string |
Returns a string representation of a NetworkHash object.
|
Method | Description | |
---|---|---|
HexToNumber ( char c ) : int |
public static Parse ( string text ) : |
||
text | string | A hex string to parse. |
return |