System.Hash.THash Methods
InheritedProtected
| DigestAsInteger | public | Converts the provided hash digest into an integer and returns that integer. The length of the digest must be 4. |
| DigestAsString | public | Converts the provided hash digest into a hexadecimal value String and returns that String. |
| DigestAsStringGUID | public | Converts the provided hash digest into a GUID String and returns that String. |
| GetRandomString | public | Creates and returns a random String. |
| ToBigEndian | public | Returns the BigEndian memory representation of the provided value. |