Search Results for

    Show / Hide Table of Contents

    Enum CurrencySymbolPosition

    Defines the permissible positions for a currency symbol with respect to the currency amount

    Namespace: Sdl.LanguagePlatform.Core.Tokenization
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public enum CurrencySymbolPosition

    Fields

    Name Description
    afterAmount

    The symbol is permitted only after the amount, e.g. 200$

    beforeAmount

    The symbol is permitted only before the amount, e.g. $200

    In this article
    • Fields
    Back to top Generated by DocFX