Method | Description | |
---|---|---|
Format ( float amountFloat, string currency ) : string | ||
Format ( int amountInt, string currency ) : string | ||
Format ( string amountString, string currency ) : string |
public static Format ( float amountFloat, string currency ) : string | ||
amountFloat | float | |
currency | string | |
return | string |
public static Format ( int amountInt, string currency ) : string | ||
amountInt | int | |
currency | string | |
return | string |
public static Format ( string amountString, string currency ) : string | ||
amountString | string | |
currency | string | |
return | string |