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
- sstring
- Specifies string to check. 
- posint
- Position of the character in the string. 
- tabEndbool
- Reserved for internal use. 
Returns
- int
- Tabbed position.