[OT] C# can do all the interpolated strings now
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Thu Dec 9 13:05:39 UTC 2021
On Thursday, 9 December 2021 at 13:03:21 UTC, Ola Fosheim Grøstad
wrote:
> Which is called when a ```sql"…"``` literal fails to convert,
> that allows libraries to override the default
> ```string_interpolation```.
Didn't mean convert, meant *bind to parameters*. E.g.
```void myfunc(string!"sql" s)``` would take precedence over
```string_interpolate```.
More information about the Digitalmars-d
mailing list