Created
June 6, 2024 13:42
-
-
Save bjoerntx/1c977263346a8c25768a2fae45d440bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using TXTextControl.ServerTextControl serverTextControl = new TXTextControl.ServerTextControl(); | |
serverTextControl.Create(); | |
serverTextControl.Load(document, TXTextControl.BinaryStreamType.InternalUnicodeFormat); | |
MustacheMatcher.Convert(serverTextControl); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment