Gets the MD5 hash of a string.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax public static string Hash(
string text
)
Public Shared Function Hash (
text As String
) As String
static member Hash :
text : string -> string
Parameters
- text
- Type: SystemString
The string to get the MD5 hash of.
Return Value
Type:
StringThe MD5 hash.
See Also