Posts by Filippe R. • 63 points
1 post
-
6
votes3
answers413
viewsQ: How to replace dynamic chunk {{chunk}} of a string in C#?
I get a string dynamically generated example: "Dynamic text {{parametro1}} plus a piece of text {{parametro2}}". I have in C# a code similar to this: where the name is the same that is between keys…