Overload | Description |
---|---|
LSCurrencyFormat(Object,String) | Formats the value according to the specified pattern |
LSCurrencyFormat(Nullable<Decimal>,String) | Formats the value according to the specified pattern |
LSCurrencyFormat(Decimal,String) | Formats the value according to the specified pattern |
LSCurrencyFormat(Nullable<Decimal>,IFormatProvider) | Formats the decimal value using the specified format provider. |
LSCurrencyFormat(Decimal,IFormatProvider) | Formats the decimal value using the specified format provider. |
LSCurrencyFormat(Nullable<Decimal>,String,IFormatProvider) | Formats the decimal value using the specified format provider. |
LSCurrencyFormat(Decimal,String,IFormatProvider) | Formats the decimal value using the specified format provider. |