1
Answer

diffplex result parse and show the output

kavya m

kavya m

2y
1.2k
1

 

How to acheive this using diffplex c#

    CreateWordDiffs(

   "The red brown fox jumped over.",

   "The brown spotted fox leaped over"

);

 

Diffplex returns diffresult which is in array ,it need to be string like this output

Answers (1)