quoteString

fnstring quoteString(string s, CdmFormat.QuoteStyle style) @safe pure

Quotes a string with the specified style.

Parameters

sThe string to quote
styleThe quote style to use

Returns

The quoted string.