Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / Currency Class / GetFormat Method
An object that specifies the type of format object to return.
In This Topic
    GetFormat Method
    In This Topic
    Returns an object that provides formatting services for the specified type.
    Syntax
    public virtual object GetFormat( 
       Type formatType
    )

    Parameters

    formatType
    An object that specifies the type of format object to return.

    Return Value

    An instance of the object specified by formatType, if the IFormatProvider implementation can supply that type of object; otherwise, null reference
    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