Click or drag to resize

EAPUtilToHex Method

Converts a byte array into a hex string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToHex(
	byte[] rgBytes
)

Parameters

rgBytes
Type: SystemByte
The byte array to convert

Return Value

Type: String
The hex string representation of the byte array.
See Also