PCAttributeValueFormatter.formatAttributeValueDecimalDisplay Method [AX 2012]

Converts a String value with a decimal to another String with the Real value formatted with the regional settings.

protected AttributeValueText formatAttributeValueDecimalDisplay(AttributeValueText _value)

Run On

Client

Parameters

_value
Type: AttributeValueText Extended Data Type
An attribute decimal value.

Return Value

Type: AttributeValueText Extended Data Type
The formatted decimal string.

ExceptionCondition
Error

The input string is formatted incorrectly.

The input string must be correctly formatted. This function uses .NET functions to perform the conversion.

Community Additions

ADD
Show: