| 
            
              DiffMatchPatchDiffPrettyHtml Method
             | 
          
        
        
            Convert a Diff list into a pretty HTML report.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic string DiffPrettyHtml(
	List<Diff> diffs
)
Public Function DiffPrettyHtml ( 
	diffs As List(Of Diff)
) As String
public:
String^ DiffPrettyHtml(
	List<Diff^>^ diffs
)
member DiffPrettyHtml : 
        diffs : List<Diff> -> string function DiffPrettyHtml(diffs);
 View SourceParameters
- diffs  ListDiff
 - List of Diff objects
 
Return Value
StringHTML representation
See Also