StringHelper.ToSingleQuoted method

namespace: Serenity   assemblySerenity.Net.Core

Converts the string to its single quoted representation.

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

Return Value

Single quoted string.

See Also