Skip to content

7bf84e0c 90c5 c365 b36d 0f6890b069d6

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

XmlFormatter.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 simply calls method ToOutput(String, Char)

See Also

Reference

XmlFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace

Clone this wiki locally