Method TabPosToPos
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
TabPosToPos(string, int)
Returns specified position within given string as untabbed position.
public virtual int TabPosToPos(string s, int pos)
Parameters
sstringSpecifies string to convert.
posintSpecifies index of character which position should be converted.
Returns
- int
Untabbed position.