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
C#
VB
C++
F#
Copy to Clipboard
Print
public
static
string
Md5HashStringForUtf8String
(
string
s
)
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
Reference
Md5Util Class
WebDAVSharp.Server.Utilities Namespace