| 
            
              DiffMatchPatchPatchToText Method
             | 
          
        
        
            Take a list of patches and return a textual representation.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic string PatchToText(
	List<Patch> patches
)
Public Function PatchToText ( 
	patches As List(Of Patch)
) As String
public:
String^ PatchToText(
	List<Patch^>^ patches
)
member PatchToText : 
        patches : List<Patch> -> string function PatchToText(patches);
 View SourceParameters
- patches  ListPatch
 - List of Patch objects
 
Return Value
StringText representation of patches
See Also