TransportTypeExFromString Method |
Static method for creating a TransportType object from a given string
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static TransportType FromString(
string transportTypeString
)
Public Shared Function FromString (
transportTypeString As String
) As TransportType
public:
static TransportType FromString(
String^ transportTypeString
)
static member FromString :
transportTypeString : string -> TransportType
Parameters
- transportTypeString String
- The string that specifies the transport type
Return Value
TransportTypeA TransportType object according to the parameter string
See Also