Click or drag to resize

AsciiDocumentAnalysisOptionsNumberFormatsToTest Property

Gets a set of cultures used to test whether a substring of text represents a number.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ImmutableHashSet<CultureInfo> NumberFormatsToTest { get; init; }

Property Value

ImmutableHashSetCultureInfo
Remarks
You may add additional cultures to test, but note that this will increase the analysis time.
See Also