Click or drag to resize

SerialCommPortExtensionsToString Method

Converts SerialCommPort to string. If you use custom port name, use SerialPort.SerialCommPortToString(SerialCommPort port) instead.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public static string ToString(
	SerialCommPort port
)

Parameters

port  SerialCommPort
SerialCommPort value.

Return Value

String
String representation of the port.
See Also