StringHelper.ToSingleQuoted method
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