You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Replace new line separators with the system default.
109
+
/// </summary>
110
+
/// <param name="str">The string to replace.</param>
111
+
/// <param name="replacement">Replace the new line with the supplied sequence. By default this will be the new line separator for the current operating system.</param>
112
+
/// <returns>A formatted string with new line separators replaced.</returns>
0 commit comments