ZylSerialPort.NET

SerialPort.SerialCommPortToString Method 

Converts SerialCommPort to string.

[Visual Basic]
Public Shared Function SerialCommPortToString( _
   ByVal SerialPort.SerialCommPort As SerialCommPort _
) As String
[C#]
public static string SerialCommPortToString(
   SerialPort.SerialCommPort port
);

Parameters

SerialPort.SerialCommPort
SerialCommPort value.

Return Value

String representation of the port.

See Also

SerialPort Class | ZylSerialPort Namespace