CharDiffPosition Property
Gets the character position 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 long Position { get; }
Public ReadOnly Property Position As Long
Get
Dim instance As CharDiff
Dim value As Long
value = instance.Position
public:
property long long Position {
long long get ();
}
member Position : int64 with get
No code example is currently available or this language may not be supported.
Property Value
Int64
The character position in the string.