StringHelper.ToSingleLine method

namespace: Serenity   assemblySerenity.Net.Core

Converts the string to single line by replacing line endings with space.

public static string ToSingleLine(this string str)
parameter description
str The string.

Return Value

Single lined string.

See Also