Skip to content

2acaf2f4 ea98 f3a3 317d 5773de81b062

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

RawFormatter.ToOutput Method (String, Char)

This method converts a value into its output format.

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

Syntax

C#

protected override string ToOutput(
	string value,
	char split
)

Parameters

 

value
Type: System.String
The value to be converted.
split
Type: System.Char
The split character to be appended.

Return Value

Type: String
The converted value that is ready for output.

Remarks

This method simply takes the value an appends the split character. An empty string is used, if provided value is null, empty or consists only of whitespaces.

See Also

Reference

RawFormatter Class
ToOutput Overload
Plexdata.LogWriter.Internals.Formatters Namespace

Clone this wiki locally