Method GetIndentString
GetIndentString(int, int)
Returns indentation string which consist of tabs and spaces.
public virtual 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)
Returns indentation string which consist of tabs and spaces.
public virtual 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.