StringHelper.ToDoubleQuoted method

namespace: Serenity   assemblySerenity.Net.Core

Converts the string to its double quoted representation.

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

Return Value

Double quoted string.

See Also