Method ProtocolTypeToString
ProtocolTypeToString(ProtocolType)
Converts the ProtocolType enum to its string representation.
public static string ProtocolTypeToString(ProtocolType type)
Parameters
type
ProtocolTypeThe protocol type to convert.
Returns
- string
The string representation of the protocol type. Empty string when the type is not known.