[#ConnectionTypeAsString] = ConnectionTypeAsString :mrdocs: Convert ConnectionType enum to a string value == Synopsis Declared in `<node/connection_types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ConnectionTypeAsString(xref:ConnectionType.adoc[ConnectionType] conn_type); ---- == Return Value The lowercase, hyphenated string name of `conn_type.` == Parameters [cols="1,4"] |=== | Name| Description | *conn_type* | The connection type to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#