For Babelfish Release 1.12.5.15

CommonMd5ToUlong Method

Uses MD5 to hash the input string and then converts the first 8 bytes of the hash to a ulong. This can be used to create a unique identifier for a string, such as a username or email address, without storing the original string in plaintext.

Definition

Namespace: Scopos.BabelFish.Helpers
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public static ulong Md5ToUlong(
	string input
)

Parameters

input  String

Return Value

UInt64

See Also