[Extension()] public static string LSCurrencyFormat( Nullable<decimal> value, string format, IFormatProvider provider )
Parameters
- value
- The input decimal value.
- format
- The pattern to use for formatting the value.
- provider
- Format provider
Return Value
Formatted representation of the decimal.