GetCommaSeparatedFeatures
method in Coherence.Common.HostAuthorityEx
Methods
public static string GetCommaSeparatedFeatures(this HostAuthority authority)
Formats the flags into a comma-separated string.
Parameters
Type | Name | Description |
---|---|---|
HostAuthority | authority | Feature flags for formatting. |
Returns
Type | Description |
---|---|
string | A string of comma-separated dash-cased enabled feature flags. Or empty string if no feature flags are enabled. |