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