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