Skip to content

bdc933f4 b0d2 9a1d 7bf3 50f43013152d

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

RawFormatter.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 only used for value formatting. Furthermore, a null string is used if a label-value-pair contains an invalid label text.

See Also

Reference

RawFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace

Clone this wiki locally