Click or drag to resize

FigureRenumeratorTrimStart Method

Helper function that works like TrimStart but additionally tracks the position.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static (string Text, int Position) TrimStart(
	(string Text, int Position) text
)

Parameters

text  ValueTupleString, Int32
The text tuple, consisting of the text and the position of that text in the source text.

Return Value

ValueTupleString, Int32
The text trimmed at the start, and the position of the trimmed text in the source text.
See Also