CodeFormatterLineNumberFormat Property

Gets or sets the format string used to format the line numbers.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public string LineNumberFormat { get; set; }

Property Value

String
The composite format string used for format the line numbes. The default value is the value of DefaultLineNumberFormat.

Remarks

The format string should contain the "{0}" placeholder in the position where the number itself should be.

See Also