Click or drag to resize

DiffOptions Enumeration

Options used when diffing string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DiffOptions
Members
  Member nameValueDescription
CaseInsensitive1Ignore character case when diffing.
StrikeoutMode2Show changes in place using strikeouts for deleted characters.
ExcelDiff4Use Microsoft Excel markups in the diff.
InsDelTags8Use HTML INS and DEL tag markups in the diff.
See Also