LicencyModulesExtensionsToDescriptionString Method
Gets a string that describes the set of modules.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToDescriptionString(
this LicencyModules modules,
LicencyModules? exclude = 0,
string separator = "; "
)
<ExtensionAttribute>
Public Shared Function ToDescriptionString (
modules As LicencyModules,
Optional exclude As LicencyModules? = 0,
Optional separator As String = "; "
) As String
- modules LicencyModules
- LicencyModules with the licency modules.
- exclude NullableLicencyModules (Optional)
- LicencyModules with the modules that are excluded from the result.
- separator String (Optional)
- Separator between module.
StringString with the translated description of the modules.In Visual Basic and C#, you can call this method as an instance method on any object of type
LicencyModules. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).