IsCurrencySuffix (International - Java)

Read-only. Indicates whether the currency symbol follows the number in the currency format.

Defined in

International

Data type

boolean

Syntax

public boolean isCurrencySuffix()
    throws NotesException

Legal values

  • true if the currency symbol follows the number
  • false if the currency symbol precedes the number

Example