FigureRenumeratorTrimStart Method |
Helper function that works like TrimStart but additionally tracks the position.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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,
Int32The text trimmed at the start, and the position of the trimmed text in the source text.
See Also