Options
All
  • Public
  • Public/Protected
  • All
Menu

Helper for transforming values to and from formats suitable for reading and writing to the server (i.e. object to string and string to object)

Hierarchy

  • PrivatePropFormats

Index

Properties

Static decimalFormat

decimalFormat: string[] = ['0,0','0,0.0','0,0.00','0,0.000','0,0.0000','0,0.00000','0,0.000000','0,0.0000000','0,0.00000000','0,0.000000000','0,0.0000000000']

Static decimalFormatGeneric

decimalFormatGeneric: string = "0,0.[0000000000000000000000000]"

Static moneyFormat

moneyFormat: string[] = ['$0,0','$0,0.0','$0,0.00','$0,0.000','$0,0.0000','$0,0.00000','$0,0.000000','$0,0.0000000','$0,0.00000000','$0,0.000000000','$0,0.0000000000']

Static moneyFormatGeneric

moneyFormatGeneric: string = "$0,0.00[0000000000000000000000000]"

Static percentFormat

percentFormat: string[] = ['0,0%','0,0%','0,0%','0,0.0%','0,0.00%','0,0.000%','0,0.0000%','0,0.00000%','0,0.000000%','0,0.0000000%','0,0.00000000%']

Static percentFormatGeneric

percentFormatGeneric: string = "0,0.[0000000000000000000000000]%"

Static wholeFormat

wholeFormat: string = "0,0"

Generated using TypeDoc