StringHelper.ToDoubleQuoted method
namespace: Serenity assembly: Serenity.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
- class StringHelper