CreateHashMD5FromTextAsync

Parent Previous Next

CreateHashMD5FromTextAsync

Description: the method creates a HashDM5 code from the specified text

Syntax: CreateHashMD5FromTextAsync(string text)

Return value: string


Example:

string text = "Hello World";

string hash = await tester.CreateHashMD5FromTextAsync(text);

tester.ConsoleMsg(hash);

Created with the Personal Edition of HelpNDoc: Full-featured Help generator