• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH