Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 6, 2024 13:33
Show Gist options
  • Save bjoerntx/ed4b4870192c8360448471b23adad90f to your computer and use it in GitHub Desktop.
Save bjoerntx/ed4b4870192c8360448471b23adad90f to your computer and use it in GitHub Desktop.
foreach (var field in FindMergeFields(text))
{
ReplaceWithMergeField(textControl, field);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment