System::TypeInfo::StringHash method

TypeInfo::StringHash method

Calculates hash for specified string.

static uint32_t System::TypeInfo::StringHash(const char_t *str)
ParameterTypeDescription
strconst char_t *String to calculate hash for.

ReturnValue

Hash value.

See Also