Method PosToTabPos
PosToTabPos(string, int)
Returns specified position within given string as tabbed position.
public virtual int PosToTabPos(string s, int pos)
Parameters
Returns
- int
Tabbed position.
PosToTabPos(string, int, bool)
Returns specified position within given string as tabbed position.
public virtual 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.