Method TabPosToPos
TabPosToPos(string, int)
When implemented by a class, returns specified position within given string as untabbed position.
int TabPosToPos(string s, int pos)
Parameters
sstringSpecifies string to convert.
posintSpecifies index of character which position should be converted.
Returns
- int
Untabbed position.