Click or drag to resize

DoublePropertyEvaluatorNumberOfIgnoredCharactersBefore Property

Gets or sets the number of characters to ignore before the value when parsing. This can be useful for skipping prefixes or other non-numeric characters in the input text.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public int NumberOfIgnoredCharactersBefore { get; init; }

Property Value

Int32
See Also