CharDiffState Enumeration

Specifies a difference state of a character in a string.

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 enum CharDiffState

Members

Equal 0 The current character is equal than the original character.
OutOfIndex 1 The current character is out of index in the original string.
Different -1 The current character is different than the original character.

See Also