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 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.