TextDataComparator Constructor |
Constructor using 2 strings.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public TextDataComparator(
string src,
string dst
)
Parameters
- src
- Type: SystemString
Source string - dst
- Type: SystemString
Destination string
See Also