|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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