vote up 4 vote down star

Is there a way to get the current systems line break character(s) in the .net framework?

flag

3 Answers

vote up 14 vote down check

Environment.NewLine will give you the newline string defined for the current platform and implementation of the .NET Framework.

link|flag
vote up 3 vote down
System.Environment.NewLine
link|flag
vote up 2 vote down

Environment.NewLine MSDN

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.