Click or drag to resize
TextDataComparator Class
Divide TextData into pieces according to their resemblance.
Inheritance Hierarchy
SystemObject
  CMS.HelpersTextDataComparator

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class TextDataComparator

The TextDataComparator type exposes the following members.

Constructors
  NameDescription
Public methodTextDataComparator
Constructor using 2 strings.
Top
Properties
  NameDescription
Public propertyLongestMatches
ArrayList with found longest possible string matches.
Top
Methods
  NameDescription
Public methodCompareWithHTMLVersion
Compare HTML and clear text version.
Public methodDivideIntoParts
Analyze 2 strings and divide them into text parts.
Top
See Also