Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Formats a tax value into a string with the proper number of decimal places.
Syntax
public TaxWriteCode taxValue2str(TaxValue _value)
Run On
Server
Parameters
- _value
Type: TaxValue Extended Data Type
The TaxValue to be converted.
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.