EnvironmentNewLine Property |
Gets the newline string defined for this environment.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string NewLine { get; }
Return Value
Type:
StringA string containing "\r\n" for non-Unix platforms, or a string containing "\n" for Unix platforms.
See Also