UtilStringGetDiff Method

Gets the character differences between two strings.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static SortedDictionary<int, CharDiff> GetDiff(
	string originalText,
	string currentText
)

Parameters

originalText  String
The original text to compare.
currentText  String
The current text to compare with originalText.

Return Value

SortedDictionaryInt32, CharDiff
An SortedDictionaryTKey, TValue that contains the difference state of all the characters in currentText.

See Also