CharDiffOldChar Property
Gets the original character in the 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 char OldChar { get; }
Public ReadOnly Property OldChar As Char
Get
Dim instance As CharDiff
Dim value As Char
value = instance.OldChar
public:
property wchar_t OldChar {
wchar_t get ();
}
member OldChar : char with get
No code example is currently available or this language may not be supported.
Property Value
Char
The original character in the string.