|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function 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