Gets or sets the format string used to format the line numbers.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
public string LineNumberFormat { get; set; }
public string LineNumberFormat { get; set; }
Public Property LineNumberFormat As String
Get
Set
Public Property LineNumberFormat As String
Get
Set
public:
property String^ LineNumberFormat {
String^ get ();
void set (String^ value);
}
Field Value
The
composite format string used for format the line numbes. The default value is "{0,3}. ".
The format string should contain the "{0}" placeholder in the position where the number itself should be.