donderdag 24 september 2009

String formatting - the .NET way

In AX, it is possible to format strings the .NET way.
On MSDN for AX, in the strFmt article, an example is given:
s = System.String::Format("{0:##.####}", sysDouble);

See the .NET Framework Class Library String::Format Method (String, Object) article on MSDN for more information.
On MSDN, you can find more information about formatting on the following links:

Geen opmerkingen:

Een reactie posten