Source::NormalizeNewlines Method (String^, String^)
Visual Studio 2015
Converts the newlines in the specified text to the specified newline.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- input
-
Type:
System::String^
The text in which to convert the newlines.
- newline
-
Type:
System::String^
The newline to which to convert.
This method is used to convert carriage returns, line feeds, and carriage return/line feeds to the specified newline string.
Show: