[]
Retrieves the index of the first character of a given line.
public int GetFirstCharIndexFromLine(int lineNumber)
| Type | Name | Description |
|---|---|---|
| int | lineNumber | The line for which to get the index of its first character. |
| Type | Description |
|---|---|
| int | The zero-based index of the first character in the specified line. |