[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.CurrencyFormatter

CurrencyFormatter Class

Formats currency values.

Inheritance
CurrencyFormatter
Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public class CurrencyFormatter : IEnhancedFormatter, IFormatter
Public Class CurrencyFormatter
    Implements IEnhancedFormatter, IFormatter

Constructors

Name Description
CurrencyFormatter()

Creates a new currency cell renderer control to display formatted currency values in a cell.

Properties

Name Description
FixedPoint

Gets or sets whether to display placeholder zeros in the decimal portion of the number for a fixed-point numeric display.

NumberFormat

Gets or sets the number formatting information to format the currency value.

Methods

Name Description
Format(object)

Gets the format used for the specified currency value.

Parse(string)

Parses the specified string to return a currency value.