Wraps a given string in double quotes.
The string to be wrapped in double quotes.
strWrapInDoubleQuotes('Hello World');//=> '"Hello World"' Copy
strWrapInDoubleQuotes('Hello World');//=> '"Hello World"'
Generated using TypeDoc
Wraps a given string in double quotes.