CodeFormatter LineNumberFormat Property FormatC Syntax Highlighting Class Library
Gets or sets the format string used to format the line numbers.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public string LineNumberFormat { get; set; }

Field Value

The Onlinecomposite 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