Click or drag to resize

FigureRenumeratorTrim Method

Helper function that works like Trim 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) Trim(
	(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, and the position of the trimmed text in the source text.
See Also