Click or drag to resize

AsciiGlobalStructureAnalysisGetStringWordBounds Method

Gets the string position for the start and end of all words in a line.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<int> GetStringWordBounds(
	string sLine
)

Parameters

sLine  String
Line to analyse.

Return Value

ListInt32
List 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