Skip to content

f3d55b6e 7212 32ae e00a e43d5aa45c82

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

RawFormatter.ToValue Method

This method converts a value 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 ToValue(
	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.

Remarks

This method just calls method ToOutput(String, Char)

See Also

Reference

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

Clone this wiki locally