SerialPort.ByteArrayToHexaString Method
Converts byte array to hexadecimal string representation.
[Visual Basic]
Public Shared Function ByteArrayToHexaString( _
ByVal
Byte[] As
Byte() _
) As
String
[C#]
public static
string ByteArrayToHexaString(
Byte[] data);
Parameters
-
Byte[]
- Byte array to be converted.
Return Value
Hexadecimal string representation of the byte array.
See Also
SerialPort Class | ZylSerialPort Namespace