Converts the specified array of bytes to a hex string.

Syntax

public static string ToString(
   Byte[] bytes
)

Parameters

bytes
The array of bytes.

Return Value

A hex string.

Framework

.NET Framework.NET Framework

Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
Assembly: ComponentPro.Saml (in ComponentPro.Saml.dll)

See Also