Share via


InventTrackingDimExport::int2String Method [AX 2012]

Converts an integer value to a string value that can be included in XML documents.

Syntax

client server public static str int2String(int _value)

Run On

Called

Parameters

  • _value
    Type: int
    The integer value to convert.

Return Value

Type: str
A string containing the integer value for output to an XML document.

See Also

Reference

InventTrackingDimExport Class