Md5Util Md5HashStringForUtf8String Method WebDAV#
Compute hash for string encoded as UTF8

Namespace: WebDAVSharp.Server.Utilities
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Md5HashStringForUtf8String(
	string s
)

Parameters

s
Type: System String
String to be hashed

Return Value

Type: String
32-character hex string
See Also