|
DiffMatchPatchPatchToText Method
|
Take a list of patches and return a textual representation.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxfunction PatchToText(patches);
View SourceParameters
- patches ListPatch
- List of Patch objects
Return Value
StringText representation of patches
See Also