[#NetWhitebindPermissions-TryParse] = xref:NetWhitebindPermissions.adoc[NetWhitebindPermissions]::TryParse :relfileprefix: ../ :mrdocs: Parse a ‐whitebind string into permissions and a service address. == Synopsis Declared in `<net_permissions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool TryParse( std::string const& str, xref:NetWhitebindPermissions.adoc[NetWhitebindPermissions]& output, xref:bilingual_str.adoc[bilingual_str]& error); ---- == Return Value true if parsing succeeded. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The ‐whitebind configuration string to parse. | *output* | Receives the parsed permissions and service on success. | *error* | Receives an error message on failure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#