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: StringThe hexadecimal String representation of a byte array of data.
Remarks
See Also