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