Method TabPosToPos
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
TabPosToPos(string, int)
When implemented by a class, returns specified position within given string as untabbed position.
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.