Method PosToTabPos
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.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
s
stringSpecifies string to check.
pos
intPosition of the character in the string.
tabEnd
boolReserved for internal use.
Returns
- int
Tabbed position.