System::StringHashCompiletime::Hash method
StringHashCompiletime::Hash method
Generates a hash value from the specified c-string of the specified length.
static void System::StringHashCompiletime<i>::Hash(uint32_t &hash, int strLen, const char_t *input)
Parameter | Type | Description |
---|---|---|
input | uint32_t& | A pointer to the beginning of the c-string. |
strLen | int | The length of the specified c-string |
hash | const char_t * | The output parameter, which contains the resulting hash value on method return |
See Also
- Class StringHashCompiletime
- Namespace System
- Library Aspose.PUB for C++