-
Notifications
You must be signed in to change notification settings - Fork 0
2acaf2f4 ea98 f3a3 317d 5773de81b062
Axel Kesseler edited this page Mar 1, 2023
·
18 revisions
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
C#
protected override string ToOutput(
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 that is ready for output.
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.
RawFormatter Class
ToOutput Overload
Plexdata.LogWriter.Internals.Formatters Namespace