Share via


TaxSpec.taxValue2str Method [AX 2012]

Formats a tax value into a string with the proper number of decimal places.

Syntax

public TaxWriteCode taxValue2str(TaxValue _value)

Run On

Server

Parameters

Return Value

Type: TaxWriteCode Extended Data Type
The correctly formatted tax value string.

Remarks

Allows the number of decimal places for tax values to be controlled solely by the TaxValue extended data type. Derived classes use this method to store a pre-formatted string in the PrintCode column of TaxSpecTmp table.

See Also

Reference

TaxSpec Class