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
C#
VB
C++
F#
Copy to Clipboard
Print
public
static
string
HexStringFromBytes
(
byte
[]
bytes
)
public static string HexStringFromBytes( byte[] bytes )
Parameters
bytes
Type:
System
Byte
Array of bytes
Return Value
Type:
String
String of hex digits
See Also
Reference
Md5Util Class
WebDAVSharp.Server.Utilities Namespace