C# Class Mictlanix.BE.Web.Utils.CurrencyConverter

显示文件 Open project: mictlanix/mbe

Public Methods

Method Description
Convert ( int number ) : string
ToEUR ( decimal d ) : string
ToMXN ( decimal d ) : string
ToUSD ( decimal d ) : string

Private Methods

Method Description
ConvertLessThanOneThousand ( int number ) : string

Method Details

Convert() public static method

public static Convert ( int number ) : string
number int
return string

ToEUR() public static method

public static ToEUR ( decimal d ) : string
d decimal
return string

ToMXN() public static method

public static ToMXN ( decimal d ) : string
d decimal
return string

ToUSD() public static method

public static ToUSD ( decimal d ) : string
d decimal
return string