Method HexHash
HexHash<TValue>(TValue, MqlHashAlgorithm)
Generates a hexadecimal hash string for an input expression.
public static string HexHash<TValue>(TValue value, MqlHashAlgorithm algorithm)
Parameters
valueTValueThe value.
algorithmMqlHashAlgorithmThe hashing algorithm.
Returns
- string
Generated hash as an uppercase string of hexadecimal digits.
Type Parameters
TValueThe type of the value.