PBALib::getClientNumberFormatInfo Method [AX 2012]

Gets the number format information about the client.

client public static CLRObject getClientNumberFormatInfo(int _numberOfDecimals)

Run On

Client

Parameters

_numberOfDecimals
Type: int
The number of decimals used.

Return Value

Type: CLRObject Class
An instance of the System.Globalization.NumberFormatInfo class.

ExceptionCondition
Error

Throws an error if an exception is thrown from the CLR.

Show: