Click or drag to resize

AsciiDocumentAnalysisOptionsDateTimeFormatsToTest Property

Gets a set of cultures used to test whether an substring of text represents a number. You may add additional cultures to test, but note that this will increase the analyzing time.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HashSet<CultureInfo> DateTimeFormatsToTest { get; }

Property Value

HashSetCultureInfo
See Also