Method PosToTabPos
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
PosToTabPos(string, int)
When implemented by a class, returns specified position within given string as tabbed position.
int PosToTabPos(string s, int pos)
Parameters
Returns
- int
Tabbed position.
PosToTabPos(string, int, bool)
When implemented by a class, returns specified position within given string as tabbed position.
int PosToTabPos(string s, int pos, bool tabEnd)
Parameters
sstringSpecifies string to check.
posintPosition of the character in the string.
tabEndboolReserved for internal use.
Returns
- int
Tabbed position.