CapyKit/Documentation/Help/M_CapyKit_Helpers_CalculationHelper_CalculateHexHash.md
2024-04-22 21:27:51 -05:00

901 B

CalculateHexHash Method

Calculates the hexadecimal hash.

Definition

Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0

C#

public static string CalculateHexHash(
	string str
)

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