CharDiffState Enumeration
Specifies a difference state of a character in a string.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CharDiffState
Public Enumeration CharDiffState
Dim instance As CharDiffState
public enum class CharDiffState
No code example is currently available or this language may not be supported.
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.
|