IsOriginalEuroFormat
Determines the numeric format used in the document.
Syntax
bool IsOriginalEuroFormat ()
Parameters
None.
Returns
Returns True if most numerics use a comma as a decimal separator. Otherwise, False is returned.
Level
Any level.
Details
*** This Action Is Deprecated ***
This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the IsDocumentUsingCommaDecimalSeparators action in the ValidationsAndTextAdjustments library.
Determines if the numeric fields in the document mostly use a comma as a decimal separator or a period as a decimal separator. It is required that ConvertToLocalDecimal has been previously called on all of the numeric fields.
- Example
-
IsOriginalEuroFormat() rrSet("en-GB", "@F.hr_locale") IsFieldDate() - See also
- ConvertToLocalDecimal