Click or drag to resize

CodeFormatterLineNumberFormat Property

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

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public string LineNumberFormat { get; set; }

Property Value

Type: String
The composite format string used for format the line numbes. The default value is "{0,3}. ".
Remarks
The format string should contain the "{0}" placeholder in the position where the number itself should be.
See Also