-
Home
-
API
-
XamlToCSharpGenerator.MiniLanguageParsing.Text
-
MinimalTextDiff
-
Methods
-
ApplyPatch(String, MinimalTextPatch)
ApplyPatch(String, MinimalTextPatch) Method
Definition
Applies patch to originalText.
public static string ApplyPatch(string originalText, MinimalTextPatch patch)
Parameters
- originalText
- String
Original text.
Returns