Enum ScraperDecimalFormat
Selects a decimal number format for ParseValue(string, ScraperDecimalFormat).
public enum ScraperDecimalFormat
Fields
German = 1The decimal is expected to be formatted according to German rules with a comma as the decimal separator.
US = 2The decimal is expected to be formatted according to American rules with a point as the decimal separator.
Unknown = 0The decimal format is not known. An attempt shall be made to derive the number format from the actual string data.