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