Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Utility class for passing variables to ICU

Hierarchy

  • Param

Index

Enumerations

Constructors

Methods

Constructors

constructor

  • new Param(strParam: string): Param
  • new Param(intParam: bigint): Param
  • new Param(doubleParam: number): Param

Methods

getDouble

  • getDouble(): number | null

getInt

  • getInt(): bigint | null

getParamType

getString

  • getString(): string | null

set

  • set(strParam: string): void
  • set(intParam: bigint): void
  • set(doubleParam: number): void

Generated using TypeDoc