[#ParseNetwork] = ParseNetwork :mrdocs: Parse a network name into its Network enumerator. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Network.adoc[Network] ParseNetwork(std::string const& net); ---- == Return Value The matching Network enumerator, or NET_UNROUTABLE if unrecognized. == Parameters [cols="1,4"] |=== | Name| Description | *net* | The network name to parse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#