Method GetIndentString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetIndentString(int, int)
When implemented by a class, returns indentation string which consist of tabs and spaces.
string GetIndentString(int count, int pos)
Parameters
count
intSpecifies number of characters in the string.
pos
intSpecifies start position of the string.
Returns
- string
Indented string that containing tabs and spaces.
GetIndentString(int, int, bool)
When implemented by a class, returns indentation string which consist of tabs and spaces.
string GetIndentString(int count, int p, bool useSpaces)
Parameters
count
intSpecifies number of characters in the string.
p
intSpecifies start position of the string.
useSpaces
boolSpecifies that spaces should be used instead of tab characters.
Returns
- string
Indented string that containing tabs and spaces.