ProtectionGetMd5(String) Method

Get MD5 hash of the specified string.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string GetMd5(
	string input
)

Parameters

input  String
String to find MD5 hash for.

Return Value

String
MD5 hash of the specified string.

See Also