LicencyModulesExtensionsToDescriptionString Method

Gets a string that describes the set of modules.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToDescriptionString(
	this LicencyModules modules,
	LicencyModules? exclude = 0,
	string separator = "; "
)

Parameters

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.

Return Value

String
String with the translated description of the modules.

Usage Note

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).

See Also