Enum ScraperDecimalFormat

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll

Selects a decimal number format for ParseValue(string, ScraperDecimalFormat).

public enum ScraperDecimalFormat

Fields

German = 1

The decimal is expected to be formatted according to German rules with a comma as the decimal separator.

US = 2

The decimal is expected to be formatted according to American rules with a point as the decimal separator.

Unknown = 0

The decimal format is not known. An attempt shall be made to derive the number format from the actual string data.