[#NetPermissions-ToStrings] = xref:NetPermissions.adoc[NetPermissions]::ToStrings :relfileprefix: ../ :mrdocs: Convert a set of permission flags into their human‐readable names. == Synopsis Declared in `<net_permissions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::vector<std::string> ToStrings(xref:NetPermissionFlags.adoc[NetPermissionFlags] flags); ---- == Return Value One string per set flag. == Parameters [cols="1,4"] |=== | Name| Description | *flags* | The permission flags to describe. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#