M_CommandLine_Text_CopyrightInfo_FormatYears - adutton/commandline GitHub Wiki
When overridden in a derived class, allows to specify a new algorithm to render copyright copyrightYears as a String instance.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected virtual string FormatYears(
int[] years
)VB
Protected Overridable Function FormatYears (
years As Integer()
) As StringC++
protected:
virtual String^ FormatYears(
array<int>^ years
)F#
abstract FormatYears :
years : int[] -> string
override FormatYears :
years : int[] -> string
- years
- Type: System.Int32[]
A Int32 array of copyrightYears.
Type: String
A String instance with copyright copyrightYears.