Method TabPosToPos
TabPosToPos(string, int)
Returns specified position within given string as untabbed position.
public virtual int TabPosToPos(string s, int pos)
Parameters
s
stringSpecifies string to convert.
pos
intSpecifies index of character which position should be converted.
Returns
- int
Untabbed position.