Click or drag to resize
CopyrightInfoFormatYears Method
When overridden in a derived class, allows to specify a new algorithm to render copyright copyrightYears as a String instance.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual string FormatYears(
	int[] years
)

Parameters

years
Type: SystemInt32
A Int32 array of copyrightYears.

Return Value

Type: String
A String instance with copyright copyrightYears.
See Also