SerialCommPortExtensionsToString Method

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

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public static string ToString(
	SerialCommPort port
)

Parameters

port
Type: ZylSoft.Gps.MobileSerialCommPort
SerialCommPort value.

Return Value

Type: String
String representation of the port.
See Also

Reference