FinancialTagCategory::doesValueMatchMask Method
Determines if the specified value adheres to the specified mask.
Syntax
client server public static boolean doesValueMatchMask(DimensionValue _value, DimensionValueMask _mask)
Run On
Called
Parameters
- _value
Type: DimensionValue Extended Data Type
The value to validate against the mask.
- _mask
Type: DimensionValueMask Extended Data Type
The mask to validate the value by.
Return Value
Type: boolean
true if the value matches the mask; otherwise, false.
Remarks
All characters must match, except for a mask character of '#', which allows 0-9, ampersand, and A-Z.