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.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected virtual string FormatYears(
int[] years
)
protected:
virtual String^ FormatYears(
array<int>^ years
)
Parameters
- years
- Type: SystemInt32
A Int32 array of copyrightYears.
Return Value
Type:
StringA
String instance with copyright copyrightYears.
See Also