C# Class mobSocial.Services.Formatter.FormatterService

Inheritance: IFormatterService
显示文件 Open project: mobsoftware/mobsocial

Public Methods

Method Description
FormatCurrency ( decimal amount, Currency targetCurrency, bool includeSymbol = true ) : string

Method Details

FormatCurrency() public method

public FormatCurrency ( decimal amount, Currency targetCurrency, bool includeSymbol = true ) : string
amount decimal
targetCurrency System.Currency
includeSymbol bool
return string