AsciiGlobalStructureAnalysisGetStringWordBounds Method |
Gets the string position for the start and end of all words in a line.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<int> GetStringWordBounds(
string sLine
)
Parameters
- sLine String
- Line to analyse.
Return Value
ListInt32List of positions of the word starts and ends (ends=next position after the word). The list therefore always has
an even number of members. If there is a word, the list starts always with the start position of the word, followed by the position of the first character after this word.
See Also