SerialCommPortExtensionsStringToSerialCommPort Method |
Converts string to SerialCommPort.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static SerialCommPort StringToSerialCommPort(
string port
)
Public Shared Function StringToSerialCommPort (
port As String
) As SerialCommPort
Dim port As String
Dim returnValue As SerialCommPort
returnValue = SerialCommPortExtensions.StringToSerialCommPort(port)
public:
static SerialCommPort StringToSerialCommPort(
String^ port
)
static member StringToSerialCommPort :
port : string -> SerialCommPort Parameters
- port String
-
String representation of the port.
Return Value
SerialCommPort
The equivalent SerialCommPort value.
See Also