Skip to navigation
Replace multiple c# string with a placeholder
22.03.23
string query = @"
SalesByItemSummary
{start}
{end}
Month
NonZero
".Replace("{start}",start).Replace("{end}", end);
https://codelikeadev.com/blog/multiline-string-csharp
Reply
Anonymous
Information Epoch 1742231947
Files are bags of bytes.
Home
Notebook
Contact us