PBALib::intstr2regintstr Method [AX 2012]

Converts a string with an Integer to another string with the Integer formatted with the regional settings.

client public static str intstr2regintstr(str intstring)

Run On

Client

Parameters

intstring
Type: str
The string to be converted that contains an Integer number.

Return Value

Type: str
The formatted Integer string.

ExceptionCondition
Error

The input string is not properly formatted.

The input string has to be correctly formatted. This function uses .NET functions to perform the conversion.

Show: