ZylSerialPort.NET

SerialPort.ByteArrayToDecimalString Method 

Converts byte array to decimal string representation.

[Visual Basic]
Public Shared Function ByteArrayToDecimalString( _
   ByVal Byte[] As Byte() _
) As String
[C#]
public static string ByteArrayToDecimalString(
   Byte[] data
);

Parameters

Byte[]
Byte array to be converted.

Return Value

Decimal string representation of the byte array.

See Also

SerialPort Class | ZylSerialPort Namespace