|
DiffMatchPatchDiffFromDelta Method
|
Given the original text1, and an encoded string which describes the
operations required to transform text1 into text2, compute the full diff.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxfunction DiffFromDelta(text1, delta);
View SourceParameters
- text1 String
- Source string for the diff
- delta String
- Delta text
Return Value
ListDiffArray of Diff objects or null if invalid
Exceptions
See Also