Share via


TaxReport770Writer_IT.valuePosNU Method [AX 2012]

Formats the field value according to positional NU format.

Syntax

public str valuePosNU(int64 _value, int _width)

Run On

Called

Parameters

  • _value
    Type: int64
    The field value.
  • _width
    Type: int
    The width of the formatted value.

Return Value

Type: str
The field value formatted according to positional NU format.

See Also

Reference

TaxReport770Writer_IT Class