IsFieldCurrency
Determines if the captured value of the Field meets the currency format of the current locale.
Syntax
bool IsFieldCurrency ()
Parameters
Smart parameters are supported.Returns
True if the current locale's format criteria are met. Otherwise, False.Level
Field level.Details
This determination includes the number of decimal places, decimal and digit separator characters and any present currency indicators.- Example
IsFieldCurrency() $1,200 returns False $1,200.00 returns True