Skip to content

fd85abda 1949 0f66 daa4 7673ca4fc572

Axel Kesseler edited this page Mar 1, 2023 · 3 revisions

XmlFormatter.ToLabel Method

This method converts a label into its output representation.

Namespace: Plexdata.LogWriter.Internals.Formatters
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

protected override string ToLabel(
	string label
)

Parameters

 

label
Type: System.String
The label to be converted.

Return Value

Type: String
The converted label.

Remarks

This method is used to format every label. Furthermore, a null string is used if a label contains an invalid descriptor. All spaces are replaced by dashes. Finally, the resulting label is converted in lower cases.

See Also

Reference

XmlFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace

Clone this wiki locally