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