kavya m

kavya m

  • 1.5k
  • 139
  • 18.3k

diffplex result parse and show the output

Sep 28 2022 12:19 AM

 

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)