ConsoleAppFormatTitleLine Method

Formats a title line to be logged.

Definition

Namespace: Application.Helper
Assembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
C#
public string FormatTitleLine(
	string text,
	int maxWidth = 80
)

Parameters

text  String
Program title.
maxWidth  Int32  (Optional)
Maximum line width, default is 80 characters.

Return Value

String
String containing the maximum width title.

See Also