IAxValueFormatter Interface
The IAxValueFormatter class is the interface for Microsoft Dynamics AX value formatters.
Assembly: Microsoft.Dynamics.AX.Framework.MetaModel (in Microsoft.Dynamics.AX.Framework.MetaModel.dll)
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: