StringExt.GetMd5x2 Method
Gets the double MD5 hash value of a string.
Namespace: UltimateXR.Extensions.System
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static string GetMd5x2(
this string self
)
Parameters
- self
- Type: System.String
String to get the double MD5 hash value of
Return Value
Type: String
Double MD5 hash value of the string
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).