Skip to content

1ebb49aa 6555 39d3 f191 b2130fde030d

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

CsvFormatter.AddKey Method

The method puts the key into the string builder and appends the split character.

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

Syntax

C#

private void AddKey(
	StringBuilder builder,
	Guid key,
	char split
)

Parameters

 

builder
Type: System.Text.StringBuilder
The string builder to be used.
key
Type: System.Guid
The key to be used.
split
Type: System.Char
The split character to be added.

Remarks

The key is always added and cannot be disabled, but might be empty. If the key is empty or not is controlled by value of property ShowKey.

See Also

Reference

CsvFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace
CsvFormatter.ToOutput(String, Char)

Clone this wiki locally