Skip to content

87aa74a9 30de de56 b9d5 2313740a5a3a

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

IResolverFacade.GetNewLine Method

Gets the newline string defined for this environment.

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

Syntax

C#

string GetNewLine()

Return Value

Type: String
A string containing the platform-specific value for a new line.

Remarks

Unfortunately, the original documentation of NewLine only mentions non-Unix and Unix platforms and not Apple platforms, which should use '\r' instead. Hopefully it is done right for Apple platforms as well.

See Also

Reference

IResolverFacade Interface
Plexdata.LogWriter.Internals.Facades Namespace
Environment.NewLine

Clone this wiki locally