Md5Util HexStringFromBytes Method WebDAV#
Convert an array of bytes to a string of hex digits

Namespace: WebDAVSharp.Server.Utilities
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string HexStringFromBytes(
	byte[] bytes
)

Parameters

bytes
Type:  System Byte 
Array of bytes

Return Value

Type: String
String of hex digits
See Also