# CalculateHexHash Method Calculates the hexadecimal hash. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 **C#** ``` C# public static string CalculateHexHash( string str ) ``` **F#** ``` F# static member CalculateHexHash : str : string -> string ``` #### Parameters
  String
The string to be hashed.
#### Return Value String The calculated 16 character hexadecimal hash. ## See Also #### Reference CalculationHelper Class CapyKit.Helpers Namespace