Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / Currency Class / Format Method
A format string containing formatting specifications.
An object to format.
An IFormatProvider object that supplies format information about the current instance.
In This Topic
    Format Method (Currency)
    In This Topic
    Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
    Syntax

    Parameters

    format
    A format string containing formatting specifications.
    arg
    An object to format.
    formatProvider
    An IFormatProvider object that supplies format information about the current instance.

    Return Value

    The string representation of the value of arg, formatted as specified by format and formatProvider.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also