IAxValueFormatter Interface

The IAxValueFormatter class is the interface for Microsoft Dynamics AX value formatters.

Namespace:  Microsoft.Dynamics.AX.Framework.MetaModel
Assembly:  Microsoft.Dynamics.AX.Framework.MetaModel (in Microsoft.Dynamics.AX.Framework.MetaModel.dll)

No code example is currently available or this language may not be supported.

This class implements the ICustomFormatter interface so that it can be used to return an Microsoft Dynamics AX formatted string representation of the standard .NET types. Together with the IFormatProvider interface this class can be used to supersede the support that is supplied in .NET types that use the IFormatProvider parameter to provide custom formatting for an object by using the string.Format or ToString methods.

Community Additions

ADD
Show: