DOFUtilbytesToHexString Method (Byte)OpenDOF Object Access Library
Convert a byte array of data to its hexadecimal String representation.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static string bytesToHexString(
	byte[] data
)

Parameters

data
Type: SystemByte
The data to convert. Cannot be null.

Return Value

Type: String
The hexadecimal String representation of a byte array of data.
Remarks

Convert a byte array of data to its hexadecimal String representation.
See Also

Reference