Hierarchy

  • Tr

Index

Properties

Methods

Properties

Static Binler

Binler: string[] = ["Katrilyon", "Trilyon", "Milyar", "Milyon", "Bin", ""]

Static Birler

Birler: string[] = ["", "Bir", "İki", "Üç", "Dört", "Beş", "Altı", "Yedi", "Sekiz", "Dokuz"]

Static Onlar

Onlar: string[] = ["", "On", "Yirmi", "Otuz", "Kırk", "Elli", "Altmış", "Yetmiş", "Seksen", "Doksan"]

Methods

Static currToStr

  • currToStr(value: number, currencyName?: string, showZeroCents?: boolean): string
  • Parameters

    • value: number
    • Default value currencyName: string = "TL/Kr."
    • Default value showZeroCents: boolean = true

    Returns string

Static numToStr

  • numToStr(value: number): string
  • Parameters

    • value: number

    Returns string

Generated using TypeDoc