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