-
Notifications
You must be signed in to change notification settings - Fork 0
f3d55b6e 7212 32ae e00a e43d5aa45c82
Axel Kesseler edited this page Mar 1, 2023
·
18 revisions
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
C#
protected override string ToValue(
string value,
char split
)
- value
- Type: System.String
The value to be converted. - split
- Type: System.Char
The split character to be appended.
Type: String
The converted value.
This method just calls method ToOutput(String, Char)
RawFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace
RawFormatter.ToOutput(String, Char)