Table of Contents

Method TabPosToPos

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

TabPosToPos(string, int)

Returns specified position within given string as untabbed position.

public virtual int TabPosToPos(string s, int pos)

Parameters

s string

Specifies string to convert.

pos int

Specifies index of character which position should be converted.

Returns

int

Untabbed position.