Enum ScraperDecimalFormat
Selects a decimal number format for ParseValue(String, ScraperDecimalFormat).
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperDecimalFormat
Fields
Name | Description |
---|---|
German | The decimal is expected to be formatted according to German rules with a comma as the decimal separator. |
Unknown | The decimal format is not known. An attempt shall be made to derive the number format from the actual string data. |
US | The decimal is expected to be formatted according to American rules with a point as the decimal separator. |